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...

March 22, 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...

March 21, 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...

March 18, 2025 No Comments READ MORE +

Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage...

March 15, 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...

March 14, 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...

March 14, 2025 No Comments READ MORE +

Which of the following work products cannot be examined by static analysis?

Which of the following work products cannot be examined by static analysis?A . Test plansB . Source codeC . Compiled codeD . Formal modelsView AnswerAnswer: A Explanation: Static analysis is the process of examining the work products of a software development or testing activity without executing them. Static analysis can...

March 14, 2025 No Comments READ MORE +

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?A . TC4, TC3, TC2, TC6, TC5....

March 10, 2025 No Comments READ MORE +

Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect?

Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect? A . S0->S1->S2->S3->S5->S1B . S0->S1->S2->S3->S5->S1->S2->S3C . S0->S1->S2~>S3->S4D . S0->S1 ->S2->S3->S5->S3->S4View AnswerAnswer: D Explanation: According to the ISTQB Certified Tester Foundation Level (CTFL) v4.0, the life cycle of a...

March 6, 2025 No Comments READ MORE +

Which of the following statements about white-box test techniques is true?

Which of the following statements about white-box test techniques is true?A . Achieving full statement coverage and full branch coverage for a software product means that such software product has been fully tested and there are no remaining bugs within the codeB . Code-related white-box test techniques are not required...

March 6, 2025 No Comments READ MORE +