10:28 AM

How to configure the environment variables in qtp

How to configure the environment variables in qtp and how to use the variables, with example:

Ans :
Setting the Environment Variable
VARIABLE=Environment.Value("XXXXXXX")
Retriving the Environment Variable
Environment.Value("XXXXXXX")=VARIABLE/CONSTANT

0 comments: