What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
Environment variable is a variable which keeps the value through out the action.
suppose there are 3 actions(action1,action2,action3) and if you declared and defined environment variable in action1, then the value will be accessable in action1,action2,action3
there are 2 types of environmnet variables
1. Build in
2. user defined
| Is This Answer Correct ? | 0 Yes | 0 No |
What is use of Global Sync Timeouts in QTP9.2?
does test plan is in test strategy or test strategy is in test plan
How to find the path of folder in which the test is saved in qtp?
What will be happen if i load object repository at run time, but it has already associated.
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
How QTP recognizes Objects in AUT?
Java add-in is need to work on java oriented project ?
What is the difference between shared and local object repository?