how to invoke the web application through script in qtp

Answer Posted / soni

The simple way is to use systemutil.Run ("Application path")
or go to Record Settings and in Web tab give the path.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

23869


breef description of batch testing ?

1701


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

646


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

516


What do you to script when objects are removed from application?

605






How often were they executed?

2023


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1557


Have you used xml check point in your project?

544


What is output value? How many types of output values are there in qtp?

572


Explain quicktest professional (qtp) testing process?

528


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

1570


Write a script to verify font style and color of a windows object using descriptive programming

829


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1429


QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue

5497


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

1488