Test Run Case Step Input Data Object Type

Q

What is a simple data object type for test run case step inputs to support a test run case step?

✍: FYIcenter.com

A

A test run case step input records what actual value was used for a single input during the execution of a test step.

Here is a simple data object type for test run case step inputs.

Test_Run_Case_Step_Input data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case step input.
  • Test_Run_Case_Step_ID - Reference to the test run case step data object.
  • Test_Case_Step_Input_ID - Reference to the test case step input object.
  • Name - A short name for this test case step input, copied from the test case step input.
  • Value - The value actually used for the test case step input.

Examples of Test_Run_Case_Step_Input object:

Test_Case_Step_Input
  ID: 555
  Test_Run_Case_Step_ID: 444
  Test_Case_Step_Input_ID: 444
  Name: Username
  Value: john

  ID: 556
  Test_Run_Case_Step_ID: 444
  Test_Case_Step_Input_ID: 445
  Name: Password
  Value: NoOneKnows

 

Test Run Case Step Assertion Data Object Type

Test Run Case Step Data Object Type

Designing Test Run Data Model

⇑⇑ Test Management Tutorials

2018-07-22, 1361🔥, 0💬