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 |
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
Hi,All How to change background color of a cell in excel using qtp and that too with out using Excel Object.(I am importing the excel sheet by using ImportSheet method)
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Are Shared ORs read-only?
How will you handle java tree in qtp?
What is regular expression?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
When do go for loop condition in test?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
How to call .vbs functions in QTP? plz Explain indetail