Test Run Case Parameter Data Object Type

Q

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

✍: FYIcenter.com

A

A test run case parameter provides the value of a test case parameter actually used during the execution.

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

Test_Run_Case_Parameter data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case parameter.
  • Test_Run_Case_ID - Reference to the test run case data object.
  • Test_Case_Parameter_ID - Reference to the test case data object.
  • Name - A short name for this test case parameter, copied from the test case parameter
  • Value - The actual value of this test case parameter used during the execution.
  • Description - A long description for this test case parameter, copied from the test case parameter

Examples of Test_Run_Case_Parameter object:

Test_Run_Case_Parameter
  ID: 333
  Test_Run_Case_ID: 222
  Test_Case_Parameter_ID: 222
  Name: url
  Value: www.facebook.com
  Description: The URL of the log page

  ID: 333
  Test_Run_Case_ID: 222
  Test_Case_Parameter_ID: 223
  Name: username
  Value: john
  Description: The username to be used to login to the system

 

Test Run Case Step Data Object Type

Test Run Case Data Object type

Designing Test Run Data Model

⇑⇑ Test Management Tutorials

2018-07-22, 1357🔥, 0💬