How to invoke Mozilla from QTP thru VB Script

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

584


What is the quicktest professional (qtp) testing process?

568


What is optional step in qtp? How you can add optional step in qtp?

534


What is object spy in quicktest professional?

619


What is an optional step in qtp ?

636






Explain more about the Test Fusion Report of QTP?

606


How can i initiate the objects to find uniquely in OR

1470


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2155


What is test object model in quicktest professional (qtp)?

547


How many types of actions are there in quicktest professional?

514


Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

1552


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1443


Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.

1771


How to add synchronisation points in qtp?

577


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3058