Parameters

Introduction to Parameterization with QTP’s Local DataTable

by Anshoo Arora ON November 23, 2009 · Posted In All, QTP · 117 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.