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...
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...
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...
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....
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...
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...
Which of the following statements best describes how configuration management supports testing?
Which of the following statements best describes how configuration management supports testing?A . Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be releasedB ....
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...
Which of the following statements about error guessing is true?
Which of the following statements about error guessing is true?A . Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or notB . Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs...
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...