Question 6 of 47


During which stage of the fundamental test process is the testability of requirements evaluated?

    Correct Answer: D

    During the Test Analysis stage, the requirements and other pertinent criteria are examined to evaluate their testability and to identify potential test conditions. This phase allows for the discovery of ambiguities, inconsistencies, and gaps in the requirements, which directly impact the ease with which they can be tested.

Question 7 of 47


Which of the following would achieve the HIGHEST level of testing independence for a project's system test level?

    Correct Answer: B

    Outsourcing test design and execution to a different company achieves the highest level of testing independence for a project's system test level. This approach ensures that the tests are designed and executed by a completely separate entity, which minimizes any potential bias that could arise from internal pressures or developer influence. This level of separation is greater than what can be achieved by internal teams, even if they are independent within the company.

Question 8 of 47


Which ONE of the following is the BEST way to take advantage of the different mindsets of testers and developers?

    Correct Answer: D

    To take advantage of the different mindsets of testers and developers, it is best to bring the two mindsets together. This collaboration harnesses the strengths and perspectives of both roles, leading to a higher quality product by combining the developers' focus on building and design with the testers' emphasis on verification, validation, and defect finding.

Question 9 of 47


In which development life cycle model is regression testing an increasingly important activity as the project progresses?

    Correct Answer: C

    In the Scrum development life cycle model, regression testing becomes increasingly important as the project progresses. This is because Scrum involves iterative and incremental development, with regular sprints adding new functionality. As each sprint introduces changes, it's crucial to perform regression testing to ensure that new changes do not negatively impact the existing parts of the system.

Question 10 of 47


Which of the following apply to System Testing?

a) May satisfy legal requirements.

b) Can use system specifications as a test basis.

c) Often the responsibility of business users.

d) Main goal is to establish confidence.

e) Should focus on the communication between systems.

    Correct Answer: B

    System Testing aims to build confidence in the quality of the system and can use system specifications as a test basis. Objectives of system testing include ensuring the functionality and performance of the system align with specified requirements, which often come from system and software requirement specifications. Establishing confidence is a principal goal of system testing to assure stakeholders of the system's reliability and correctness.