which command u will use to access the application through
descriptive programing?
Answer Posted / varsha
We can use InvokApplication or SystemUtil.Run "".
Also you can use following script to open a browser usinf
descriptive programming :
Dim ie
Set ie = CreateObject ("InternetExplorer.application")
ie.Navigate "http://www.google.ae/"
ie.Visible=True
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does it mean when a check point is in red color? What do you do?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What are the major/ important methods, functions in QTP we use realtime testing
How to test fly out menu in qtp?
Limitations in QTP?
HOw to add the recovery file at runtime to the test file .
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
what the difference between shared repository and per action repository?
Is it possible to use two instances of UFT on the same machine? If not why?
How to modify the text checkpoint?
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
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
desribe a situation where u faced a stressful situation and how did u cope with it
How many types of recording modes in the qtp?
Through array we can execute the testcase how ? give me example