Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?
Correct Answer: B
Comprehensive and Detailed In-Depth Explanation:Test analysis involves identifying the features to be tested and deriving test conditions. It is the phase where testers analyze the test basis (e.g., requirements, specifications) to identify testable aspects of the system. Test design (A) focuses on creating test cases, test implementation (C) involves preparing the test environment, and test execution (D) runs the tests.
CTFL4 Exam Question 82
Which of the following statements about traceability is FALSE?
Correct Answer: B
Traceability primarily refers to the ability to link test cases back to their sources in the test basis, such as requirements or design documents. This linkage allows for the determination of coverage, impact analysis, and maintaining consistency across test documentation. However, traceability does not directly enable the application of experience-based test techniques, which are more about using the tester's intuition and experience. The ISTQB CTFL Syllabus v4.0 does not state that traceability enables experience-based techniques, making option B the false statement.
CTFL4 Exam Question 83
Which ONE of the following options isNOTa benefit oftest automation?
Correct Answer: D
Comprehensive and Detailed In-Depth Explanation:Test automationimproves efficiency and accuracy, butit does NOT eliminate manual testing (D). * (A) is correctbecause automationspeeds up execution. * (B) is correctas automated tests produceconsistent and unbiased results. * (C) is correctbecause automationreduces human errors in repetitive tests. However,manual testing remains essential for exploratory testing, usability testing, and complex test scenarios.
CTFL4 Exam Question 84
Consider the following list of possible benefits of retrospectives (A to D):
Correct Answer: B
Comprehensive and Detailed In-Depth Explanation:Retrospectives provide value by fostering improvement and collaboration. The correct mapping is: * A2: Team bonding occurs when teams openly discuss issues. * B1: Test effectiveness increases when process improvements are implemented. * C4: Test basis improves by addressing requirement deficiencies. * D3: Cooperation improves through regular review of collaboration.
CTFL4 Exam Question 85
Select the roles required in a formal review:
Correct Answer: A
In a formal review, the roles involved typically include the author, management, facilitator (also known as moderator), review leader, reviewers, and scribe. Each role has specific responsibilities to ensure the effectiveness and efficiency of the review process: The author creates and refines the work product being reviewed. Management allocates resources and supports the review process. The facilitator manages the review meeting, ensuring it proceeds smoothly. The review leader plans the review and ensures it meets its objectives. Reviewers examine the work product to identify defects. The scribe records issues raised during the review meeting.