Multiple choice technology testing

Once the status of the test case is failed,Tester has to link the Defect associated with the test case

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Linking a failed test case to its associated defect creates essential traceability - you need to know which test failed for which defect. This connection is crucial for retesting (verifying the fix) and for impact analysis. Without this link, you can't verify that the defect resolution actually addresses the test failure.

AI explanation

To answer this question, let's go through each option:

Option A) True - This option is correct. Once a test case fails, the tester should link the defect associated with the test case. This allows for better tracking and management of the defects found during testing.

Option B) False - This option is incorrect. The correct answer is A) True.

The correct answer is A) True. This option is correct because it states that once the status of the test case is failed, the tester has to link the defect associated with the test case.