Test Case History Data Object Type

Q

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

✍: FYIcenter.com

A

A test case history provides a single record about what change was made by who and when.

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

Test_Case_History 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.
  • Description - A long description of the change.
  • Timestamp - A timestamp of when the change was made to the test case.
  • Author - Name of the person who made the change.

Examples of Test_Case_History object:

Test_Case_History
  ID: 777
  Test_Case_ID: 111
  Description: Created the test case
  Timestamp: When the change was made
  Author: John Smith

 

Test Case Data Model Entity Relations

Test Case Reference Data Object Type

Designing Test Case Data Model

⇑⇑ Test Management Tutorials

2018-09-13, 1612🔥, 0💬