How to configure the environment variables in qtp

on Saturday, June 3

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:

Post a Comment