Which of the following statements about traceability is false?
A.
Traceability between test basis items and thetest casesdesigned tocover them,makes it possible to determine which test basis items have been covered by the executedtest cases
B.
Traceability between test basis items and thetest casesdesigned tocover them,enablesexperience-based test techniques to be applied
C.
Traceability between test basis items and thetest casesdesigned tocover them,enablesidentification of which test cases will be affected by changes to the test basisitems
D.
Traceability can be established and maintained throughall test documentation for a giventest level, such as from test conditions through test cases to test scripts
The Answer Is:
B
This question includes an explanation.
Explanation:
Traceability is an essential aspect of software testing that ensures each test case can be traced back to its corresponding test basis items, such as requirements, design documents, or user stories. This linkage helps in determining which test basis items have been covered by executed test cases, identifying theimpact of changes, and maintaining overall test documentation. However, the statement that traceability enables experience-based test techniques to be applied is false, as experience-based test techniques, such as exploratory testing, rely on the tester's skills and experience rather than documented traceability.