Collections:
Test Case Data Object type
What is a simple data object type for test case?
✍: FYIcenter.com
Here is a simple data object type for test cases.
Test_Case data type, in TestMan version 1.00, properties:
Examples of Test_Case object:
Test_Case
ID: 111
Name: User Login
Status: Active
Description: Make sure a user can login with a valid username
Priority: High
Product: Facebook_Portal
Component: Login
Function: Allow_User_to_Login
Condition: A valid Facebook username and password
Impact: None
Parameters:
URL: www.facebook.com
Username: john
Password: NoOneKnows
Steps:
Loading login page in browser
Submitting username and password
References:
Bug #: 123
History:
Timestamp: 2022-12-22 00:00:00
What: Created the test case
Who: John Smith
⇒ Test Case Parameter Data Object Type
2018-09-24, 2919🔥, 0💬
Popular Posts:
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to generate currency test values? Currency test values are frequently needed in testing date and...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...
How to generate ISBN numbers? To help you to obtain some ISBN numbers for testing purpose, FYIcenter...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...