Multiple choice technology testing

Test Case Names should be unique

  1. True

  2. False

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

Test case names must be unique within a test management system to prevent confusion, ensure proper identification, and maintain referential integrity when defects or requirements link to specific test cases. Option B is false - duplicate names would create ambiguity and tracking problems.

AI explanation

True — test case names should be unique so that each test case is unambiguously identifiable in the test management system, test reports, and defect traceability. Duplicate names would cause confusion when referencing results, tracking coverage, or linking defects/requirements to specific test cases, undermining clear reporting and audit trails. This is a standard best practice in test case design and management, not just a tool-specific quirk.