Answer Posted / sonal.pagare
Environment variables are the special variables which stores
information about the test/application’s environment.
Throughout the test run, the value of an environment
variable remains the same, regardless of the number of
iterations, unless we change the value of the variable
programmatically in your script
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is ObjectParamater?
What are metrics and matrix?
How you debug your script?
how to do the batch testing in test director using manual testing procedure?
How to do call a output parameter from one action to another action??/
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Differentiate the type of test cases which can be automated and which cannot be automated?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
What is keyword view?
Explain quicktest professional testing process?
What are the ways you can synchronize?
Hi How to retrieve data from web element line by line?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me