Test Case Step Assertion Data Object Type

Q

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

✍: FYIcenter.com

A

A test case step assertion defines a single assertion for a test case step. An assertion should define a way to evaluate some aspects of the expected behavior. In many cases, multiple assertions are needed to confirm an single expected behavior.

An assertion should be defined in such a way that if the result is True, then assertion is passed.

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

Test_Case_Step_Input data type, in TestMan version 1.00, properties:

  • ID - Identification of this test case step assertion.
  • Test_Case_Step_ID - Reference to the test case step data object.
  • Name - A short name for this test case step assertion.
  • Description - A long description for this test case step assertion on how the tester should evaluate some aspects of the expected behavior.

Examples of Test_Case_Step_Assertion object:

Test_Case_Step_Assertion
  ID: 555
  Test_Case_Step_ID: 334
  Name: Show Home Page
  Description: "Logout" button is displayed on the home page.

 

Test Case Reference Data Object Type

Test Case Step Input Data Object Type

Designing Test Case Data Model

⇑⇑ Test Management Tutorials

2018-09-13, 1658🔥, 0💬