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 |
vb script for calling one function to the another function
Please explain the role of Regular expression in QTP
Give a comment on Regular Expressions using QTP?
Explain data driven framework?
What is the use of Accessibility check point?
how to click the link in webpage by using QTP Script????????
what is the difference between IE & Netscape in web testing on a log in page
HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script
What are the advantages of Automation objects than Test Objects?
How open an excel sheet in QTP(not a run time )?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?