Collections:
Test Case Step Data Object Type
What is a simple data object type for test case steps to support a test case?
✍: FYIcenter.com
A test case step defines a single step to be performed during the execution of a test case.
Test case steps in a test case must be defined in a sequence that the tester needs to
follow to perform the test case.
Here is a simple data object type for test case steps.
Test_Case_Step data type, in TestMan version 1.00, properties:
Examples of Test_Case_Step object:
Test_Case_Step
ID: 333
Test_Case_ID: 111
Name: Loading login page in browser
Description: Sent a HTTP GET request to retrieve the login page.
Inputs:
URL: parameter - url
Assertions:
Show login page
ID: 334
Test_Case_ID: 111
Name: Submit username and password
Description: Send a HTTP POST to submit login information.
Inputs:
Username: parameter - username
Password: parameter - password
Assertions:
Show home page
⇒ Test Case Step Input Data Object Type
⇐ Test Case Parameter Data Object Type
2018-09-13, 2282🔥, 0💬
Popular Posts:
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...
How to convert a date and time to a standard format? Date and time can be displayed in a number of s...
How to see my IP address Host Name? To help you to see your IP Address Host Name, FYIcenter.com has ...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...