Collections:
Test Case Parameter Data Object Type
What is a simple data object type for test case parameters to support a test case?
✍: FYIcenter.com
A test case parameter defines a single parameter to be supported by a test case.
Adding parameters to a test case, makes it more reusable.
You can execute the same test case repeatedly by providing different values
to the parameter.
Here is a simple data object type for test case parameters.
Test_Case_Parameter data type, in TestMan version 1.00, properties:
Examples of Test_Case_Parameter object:
Test_Case_Parameter ID: 222 Test_Case_ID: 111 Name: url Description: The URL of the log page Default: www.facebook.com ID: 223 Test_Case_ID: 111 Name: username Description: The username to be used to login to the system Default: john ID: 224 Test_Case_ID: 111 Name: password Description: The password to be used to login to the system Default: NoOneKnows
⇒ Test Case Step Data Object Type
2018-09-24, 2301🔥, 0💬
Popular Posts:
How to validate Mod 10 (Luhn Algorithm) checksum? In order to help your programming or testing tasks...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
Where to find tutorials on UFT (Unified Functional Testing) tool? I want to know how to use UFT. Her...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...