Test Case Reference Data Object Type

Q

What is a simple data object type for test case references to support a test case?

✍: FYIcenter.com

A

A test case reference provides a single reference identification to some external resources like a requirement document, a bug report, etc.

A single test case can refer to multiple external resources.

Here is a simple data object type for test case references.

Test_Case_Reference data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case reference.
  • Test_Case_ID - Reference to the test case data object.
  • Name - A short name for this test case reference.
  • Value - The value of this test case reference to identify an external resource.

Examples of Test_Case_Reference object:

Test_Case_Reference
  ID: 666
  Test_Case_ID: 111
  Name: Bug
  Value: 1234

 

Test Case History Data Object Type

Test Case Step Assertion Data Object Type

Designing Test Case Data Model

⇑⇑ Test Management Tutorials

2023-05-15, 1778🔥, 1💬