Which of the following statements about exploratory testing is true?

Which of the following statements about exploratory testing is true?A . Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirementsB . When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in...

February 12, 2025 No Comments READ MORE +

Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?

Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?A . Tests should be written in executable format before the code is written and should act as executable specifications that drive codingB . Test levels should be defined such that...

February 11, 2025 No Comments READ MORE +

The unscripted tests produced by the tester's experience during such session belong to which one of the following testing quadrants?

In a two-hour uninterrupted test session, performed as part of an iteration on an Agile project, a heuristic checklist was used to help the tester focus on some specific usability issues of a web application. The unscripted tests produced by the tester's experience during such session belong to which one...

February 11, 2025 No Comments READ MORE +

Which of the following statements about how different types of test tools support testers is true?

Which of the following statements about how different types of test tools support testers is true?A . The support offered by a test data preparation tool is often leveraged by testers to run automated regression test suitesB . The support offered by a performance testing tool is often leveraged by...

February 10, 2025 No Comments READ MORE +

Confirmation testing is performed after:

Confirmation testing is performed after:A . a defect is fixed and after other tests do not find any side-effect introduced in the software as a result of such fixB . a failed test, and aims to run that test again to confirm that the same behavior still occurs and thus...

February 10, 2025 No Comments READ MORE +

Test automation allows you to:

Test automation allows you to:A . demonstrate the absence of defectsB . produce tests that are less subject to human errorsC . avoid performing exploratory testingD . increase test process efficiency by facilitating management of defectsView AnswerAnswer: B Explanation: Test automation allows you to produce tests that are less subject...

February 10, 2025 No Comments READ MORE +

Which of the following review types does this review refer to?

Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software...

February 9, 2025 No Comments READ MORE +

Which of the following statements about branch coverage is true?

Which of the following statements about branch coverage is true?A . The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverageB . If full branch coverage has been achieved, then all unconditional branches within the code have...

February 2, 2025 No Comments READ MORE +

Which of the following coverage criteria results in the highest coverage for state transition based test cases?

Which of the following coverage criteria results in the highest coverage for state transition based test cases?A . Can't be determinedB . Covering all transitions at least onceC . Covering only start and end statesD . Covering all states at least onceView AnswerAnswer: B Explanation: Covering all transitions at least...

February 1, 2025 No Comments READ MORE +

Which of the following is not an example of a typical generic skill required for testing?

Which of the following is not an example of a typical generic skill required for testing?A . Be able to apply test-driven developmentB . Be able to use test management tools and defect tracking toolsC . Be able to communicate defects and failures to developers as objectively as possibleD ....

January 29, 2025 No Comments READ MORE +