UFT/QTP – Parameterization

UFT enables you to extend the scope of a basic test by replacing fixed values with parameters. This process is know as parameterization which increases the power and flexibility of test.

Types of Parameters

Depending upon the data, Parameterization is divided into 4 categories.

  1. Data Table Parameterization
  2. Test/Action Parameterization
  3. Environment variable Parameterization
  4. Random number Parameterization

Read More