How to use global variables in QTP,What are user-defined envoirnment variables?

Questions by Ashish Kadam   answers by Ashish Kadam

Showing Answers 1 - 2 of 2 Answers

Ashpaq

  • Aug 29th, 2006
 

User-defined envoirnment variables :

User can define its enviornment variables which can be used throughout the script. Generally values like Temporary Path, enviornment variables are stored.
It can stored in two different types of files xml format or ini file.

To access enviornment variable syntax is Environment("variablename").

 

 

  Was this answer useful?  Yes

Bharathi

  • Dec 22nd, 2006
 

Either we can write a vbs for global variables or Create environment variables [user defined variabled] which can used across various tests.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions