What is Parameterizing Tests?- Parameterizing tests is referred to as replacement of fixed values with parameters, when converting the test into data driven tests.
- In QTP, in order to test the same operation with different values, parameters can be passed. When parameters are specifed, the fixed values of the test are replaced by the parameters.
- While testing an application there can be some operations that need to be performed with multiple set of data.
- Example to check how the application may respond to ten different data sets. For this record ten separate tests each with its own set of the data.
- Create a parameterized test that runs ten times each time the test runs it will use a different set of data.
|