Test Case Step Input Data Object Type

Q

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

✍: FYIcenter.com

A

A test case step input defines a single input value for a test case step. The value could be a hardcoded value, the value of a parameter, or an expression based on one or more parameters.

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

Test_Case_Step_Input data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case step input.
  • Test_Case_Step_ID - Reference to the test case step data object.
  • Name - A short name for this test case step input.
  • Description - A long description for this test case step input on how the tester should get provide the value.

Examples of Test_Case_Step_Input object:

Test_Case_Step_Input
  ID: 444
  Test_Case_Step_ID: 334
  Name: Username
  Description: Take the value from parameter: username

  ID: 445
  Test_Case_Step_ID: 334
  Name: Password
  Description: Always use "NoOneKnows"

 

Test Case Step Assertion Data Object Type

Test Case Step Data Object Type

Designing Test Case Data Model

⇑⇑ Test Management Tutorials

2018-09-13, 1549🔥, 0💬