Parameterization

In the previous article, we parameterized a test for a Login process with the help of QTP’s Local DataTable. This topic covers the same concept with the help of an (external) Excel file. The process will remain the same, but how we extract data differs.

by Anshoo Arora on February 5, 2010 | QTP/UFT | 154 Comments

Parameterization is a process in which parameters, or variables are substituted for hard-coded values which help perform the same operations on the AUT with multiple sets of data. In other words, in QTP, parameterization helps automation developers test an application with different data from a single action (or multiple actions) through multiple iterations.

by Anshoo Arora on November 23, 2009 | QTP/UFT | 125 Comments