Which classification information would be most useful to capture for newly identified defects? [2]
Correct Answer: B
Capturing the system build information for newly identified defects is crucial as it helps in tracking the defect back to a specific state of the software. This information is essential for developers to understand the context of the defect and for testers to manage regression testing effectively. It allows for precise identification of when the defect was introduced, aiding in quicker resolution and ensuring that similar issues can be prevented in future builds. Reference: ISTQB Glossary, Distributed Testing1 Defect Report in ISTQB: Software Engineering - The Knowledge Academy ISTQB Advanced Level Test Manager Syllabus, Section 3.2.1 Defect classification and prioritisation: ISTQB offers a standardised defect classification scheme The most useful classification information to capture for newly identified defects is the system build that the defect was found in. This is because the system build is the version of the software that is compiled, integrated, and tested together. By capturing the system build for each defect, the test team can track and manage the defects more effectively, and identify the root causes and impacts of the defects. The system build can also help to reproduce and verify the defects, and to measure the quality and progress of the software development. Defect Management - ISTQB not-for-profit association Reference: Certified Tester Advanced Level Test Manager (CTAL-TM) - ISTQB not-for-profit association, ISTQB Test Manager Certification - ISTQB Exams Worldwide - ISTQB Official Registration, Defect Management - ISTQB not-for-profit association
Question 97
What test process is included as part of TPI Next?
Correct Answer: B
According to TPI Next, the test process consists of four main phases: Test Strategy, Test Preparation, Test Execution and Test Completion. Each phase has several key areas that describe the activities and tasks involved in the phase. One of the key areas in the Test Preparation phase is Test Environment, which covers the identification, specification, realization and maintenance of the test environment. The test environment includes the hardware, software, network, data and tools that are required to perform the testing activities. The test environment should be aligned with the test objectives and the system under test, and should be managed throughout the test process. TPI NextTPI Next book References: * Test Process Improvement (TPI) | TMap * TPI NEXT | TMap
Question 98
You feel that your team has become lazy when applying good software testing techniques You have given each of them a challenge to take a different business rule and build a full decision tableand then collapse that table You will then assess the results For this assessment, what competencies are you validating?
Correct Answer: A
* Competence Assessment: * Professional competenceis validated by understanding and applying testing techniques to create a decision table. * Methodical competenceis validated by systematically collapsing the decision table to ensure efficient test case design. * Evaluation of Options: * BandCinvolve social and personal skills, which are unrelated to the task. * Dmisses the professional aspect of understanding business rules. * Ais correct because the challenge tests both professional knowledge and methodical skills. References and Syllabus Alignment: * Decision table techniques and testing competencies are emphasized in "Test Techniques" (TM-1.4.1) and "Test Team Skills" (TM-3.1.1).
Question 99
Which test process improvement model consists of five maturity levels?
Correct Answer: A
Test Process Improvement Models: TMMi (Test Maturity Model Integration) has five maturity levels: Initial, Managed, Defined, Measured, and Optimization. Other models, like TPI NEXT, focus on key areas but do not use a maturity-level framework. CMMi (Capability Maturity Model Integration) applies broadly to process improvement but is not specific to testing. GQM (Goal-Question-Metric) is a measurement approach, not a maturity model. Evaluation of Options: A (TMMi) is correct as it directly incorporates a five-level maturity framework for test process improvement. Other options are not aligned with the question context. Reference and Syllabus Alignment: TMMi is referenced in the ISTQB syllabus under "Improving the Test Process" (TM-1.5.1) as a standard for maturity models.
Question 100
You have directed one of your testers to construct a "smoke test" to execute against new builds prior to starting formal testing. This is an example of which software development lifecycle activity? [1]
Correct Answer: C
The correct answer is C. Change and configuration management. This is because a smoke test is a type of test that checks the basic functionality and stability of a new build before proceeding to more detailed testing. A smoke test is an example of change and configuration management, which is the activity of controlling and tracking the changes made to the software and its configuration items throughout the software development lifecycle. Reference: Certified Tester Advanced Level Test Manager (CTAL-TM) - ISTQB not-for-profit association, ISTQB Test Manager Certification - ISTQB Exams Worldwide - ISTQB Official Registration, Managing the Test Team - ISTQB not-for-profit association