Posts: 32
Threads: 20
Joined: Mar 2011
Reputation:
0
08-18-2011, 10:02 AM
Hi,
Can any one explain about
What is meant by Parameterization?
How many Types?
How to parameterize in QTP with an example?
Posts: 3
Threads: 0
Joined: Aug 2011
Reputation:
0
08-19-2011, 02:22 PM
(This post was last modified: 08-20-2011, 02:42 PM by sreeswetha.)
the process of replacing fixed value with parameter is calles parameterization
types of parameterization:
1) data table
2) test/action
3) environment variable
4) random number
data table parameters:-
input parameter :- allows u to run a test using different sets of data input values
output parameter :-aloows u to use output to capture values frm application runtime
random number :- quick test can generate random numbers and input them as values for a parameter
environment variable :- quick test can insert a value frm the environment variable list.these values can be either quick test related or they can related to the system environment