Wednesday, October 13, 2010

CoolTuts - QTP - Parameterizing

When you want to test your application, you may want to check how it performs the same operations with different data. This is called parameterizing your test.

We can parameterizing the scripts by using any of the following

  1. DataTable
  2. Environment Variables
  3. Action Parameters
  4. Random number parameters

No comments:

Post a Comment