Collections:
Test Run Case Step Data Object Type
What is a simple data object type for test run case steps to support a test case?
✍: FYIcenter.com
A test run case step is an execution instance of a test step.
A test run case step should contain information about how the test step
were executed, what were the actual inputs used, and
what were the results of assertions performed.
Here is a simple data object type for test run case steps.
Test_Run_Case_Step data type, in TestMan version 1.00, properties:
Examples of Test_Run_Case_Step object:
Test_Run_Case_Step
ID: 444
Test_Run_Case_ID: 333
Test_Case_Step_ID: 333
Name: Loading login page in browser
Success: Yes (or No)
Timestamp: 2022-12-22 00:00:00
Duration: 200 Millisecond
Output: Login page loaded
Description: Sent a HTTP GET request to retrieve the login page.
Inputs: [Test_Run_Step_Input]
Assertions: [Test_Run_Step_Assertion]
ID: 445
Test_Run_Case_ID: 333
Test_Case_Step_ID: 334
Name: Submit username and password
Success: Yes (or No)
Timestamp: 2022-12-22 00:00:00
Duration: 200 Millisecond
Output: Got the user home page
Description: Send a HTTP POST to submit login information.
Inputs: [Test_Run_Step_Input]
Assertions: [Test_Run_Step_Assertion]
⇒ Test Run Case Step Input Data Object Type
⇐ Test Run Case Parameter Data Object Type
2018-07-22, ∼2234🔥, 0💬
Popular Posts:
Where to find tutorials on Selenium test tools? I want to know how to use Selenium. Here is a large ...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...