Answer Posted / dinesh1433
in case of normal variable, it has scope of access within action only in which it is defined,now if a user wanted to use this varaible in another action then it is not possible.
so Environemnt varibale came into picture, in this case, if the environemnt value is defined at any action at point of time, then this will accessable through out the actions between the script exection,once the execution is stoped then the environment value loses the value assigned to it. it does not carry forward the value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
What are table and db checkpoints?
What is the difference between Keyword Driven test and Data Driven test?
Explain how you can replace string in qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
what are all the fileds present in object repository?
how to disable the pop ups through QTP using a script
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How QTP identify the system time that's changes every seconds?
How do you delete unwanted results in qtp?
How are actions and functions different in QTP?
How to associate function library at a run time?
What is QTP’s model for test creation?
When to use descriptive programming?