how to invoke the web application through script in qtp

Answer Posted / neeraj chauhan

Hi this is neeraj, and i went through your query and the
solution is:


Systemutil.Run("iexplore")
Set vBrowser=Browser("Creationtime:=0")
vBrowser.navigate("Url of your application for example:
"gmail.com" ")

Description:

this is descriptive programming code, this code first will
open the "Internet Explorer" and then will put your given
"url" to the browser automatically.

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, how can we check or avoid the memory leakage in QTP9.2?

1692


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

1556


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1556


Difference between copy to action and call to action?

580


How can i initiate the objects to find uniquely in OR

1456






What are the key points to create a framework in QTP for oracle forms?

1795


Explain the concept of how quicktest professional (qtp) identifies object?

565


Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u

1365


hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com

1399


How can I use Call dlls in QTP ?

1775


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

1016


Explain process of smart Identification in QTP?

591


What is quicktest professional (qtp)?

556


How to handle dynamic objects in quicktest professional?

486


Connect to QC using AOM.

1223