Istqb Certified Tester Foundation Level CTFL · Free Practice Question Easy
Question 78
Which of the following is TRUE regarding the main difference between entry criteria and exit criteria in software testing?
-
A
Entry criteria define the preconditions for starting a test activity, while exit criteria define the desired outcome of it.
-
B
Entry criteria are focused on test design, while exit criteria are focused on test execution.
-
C
Entry criteria are always static, while exit criteria can be dynamic and evolve during the testing process.
-
D
Entry criteria are specific to unit testing, while exit criteria are applicable to all testing levels.
Reveal correct answer
Correct answer: A
Explanation
Entry criteria specify what conditions must be met before testing begins (e.g., availability of test environments, test data), while exit criteria specify the conditions that must be met to conclude a test activity (e.g., a certain number of passed tests, completion of all planned tests).
This distinction is fundamental across all levels of testing.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
