Testing - What is Parameterizing Tests?

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.
Testing - What is test object model in QTP?
Testing - What is test object model in QTP? - A test model is used to represent objects in the application.....
Testing - Difference between Image check-point and Bit map check point
Testing - Difference between Image check-point and Bit map check point - Image checkpoint allows property value like href tags, HTML tags of an image to be checked
Testing - Explain about the QTP Automation Object Model
Testing - Explain about the QTP Automation Object Model - QTP automation object model can be used to represent configurations through objects, methods and properties......
Post your comment