How to invoke Mozilla from QTP thru VB Script
Answers were Sorted based on User's Feedback
Answer / hemakumar.m
InvokeApplication "executable file path of mozilla"
Or
SystemUtil.Run "executable file path of mozilla"
mention the executable file path of mozilla in double
qutoes.
The main difference between InvokeApplication and
SystemUtil.Run is we can open what ever file u want like
the files with extension .txt,.xl,.doc,.doc.. using
SystemUtil.Run ,but using InvokeApplication we can open the
files with a extension .exe
| Is This Answer Correct ? | 13 Yes | 1 No |
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
Explain about reusable actions?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How does QTP identifies the object in the application?
By using QTP, How do you test a frame in a web page?
3. How to handle the exceptions using recovery secnario manager in Qtp?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Object repositories types, which and when to use?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
banking domain description for software tester for interview
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.