Illustrate parameterization in QTP.
- Parameterization - Passing values from external source into script.
- The number of values passed can be single or multiple.
- It helps to keep script flexible.
In QTP,
- Values from one test to another test or one action to another action can be passed. This is known as Action Parameterization.
- Values from external sources such as excel file or xml files can be passed.
- Data table can be used to pass multiple values in single run.