Multiple choice technology testing

Which entity is a defect directly linked to bye default if a defect was raised during a manual test run?

  1. Test

  2. Test Run

  3. Test Step

  4. Test Set

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

In manual testing, when a defect is found during test execution, it is linked to the specific test step that failed. This allows precise tracking of which part of the test case uncovered the issue. Test steps are the granular actions within a test case, making them the appropriate level for defect linkage.