Multiple choice technology storage

A tool that supports traceability, recording of defects or scheduling of tests and generation of reports is called:

  1. a dynamic analysis tool

  2. a test execution tool

  3. a debugging tool

  4. a test management tool

  5. a configuration management tool

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

Test management tools organize the testing process by maintaining traceability between requirements and tests, logging defects, scheduling test execution, and generating status reports. Dynamic analysis tools run code (A), test execution tools run tests (B), debugging tools find bugs (C), and configuration management tracks versions (E). Option D describes the organizational function.