how to invoke the web application through script in qtp

Answers were Sorted based on User's Feedback



how to invoke the web application through script in qtp..

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

how to invoke the web application through script in qtp..

Answer / venkat reddy

we have 2 ways in QTP to open a web application through the
script,
1)
systemutil.run("URL")
or
systemutil.run "iexplore.exe","URL"

2)
systemutil.run("iexplore")
set vbrowser=createobject("creationtome:=0")
vbrowser.navigate"URL"

Is This Answer Correct ?    12 Yes 2 No

how to invoke the web application through script in qtp..

Answer / niranjan

please use the following code"

url= "url name"
Set IE=CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate url

Is This Answer Correct ?    8 Yes 1 No

how to invoke the web application through script in qtp..

Answer / satyanarayana

Hi we can invoke the application in the following ways
1).systemutil.run"path of the application"
2).Invokeapplication"path of the application"

Is This Answer Correct ?    11 Yes 7 No

how to invoke the web application through script in qtp..

Answer / nik

hi
first you insert the path as below:
systemutil.run("path of the web application")

Is This Answer Correct ?    5 Yes 2 No

how to invoke the web application through script in qtp..

Answer / kapil bande

above methods are correct one more method is there we can
create IEexplore object and pass the URL.

set Browser =createobject("InternetExplorer")
Browser.visible =True

Is This Answer Correct ?    4 Yes 3 No

how to invoke the web application through script in qtp..

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

how to invoke the web application through script in qtp..

Answer / shilpa reddy

Syntax:
system.util.run("path of the application")
this invokes any type of application.

Is This Answer Correct ?    8 Yes 12 No

Post New Answer

More QTP Interview Questions

what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not

5 Answers   Syntel,


Q) Please any body can help me how we can create descriptive programming if the application is not ready i.e we don't have unique property of object ? note:build not ready means we can't use object spy in build to get unique property .

2 Answers  


Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?

2 Answers  


What is ObjectParamater?

0 Answers   CTS,


If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?

0 Answers   Ordain Solutions,






how to recall a function in QTP?

3 Answers   Ordain Solutions,


Why you are Using Descriptive programming instead of Object Repository?

11 Answers  


In qtp is it possible to check broken links of a page?

0 Answers  


Does UNIX support QTP? If not what is the other tool used for Unix environment?

2 Answers   Amdocs, Fidelity,


Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..

6 Answers  


hi everyone today is the first time i saw this website,and hi iam siraj,iam very impressed by seeing evryones response towards questions,iam a newcomer and i have got tryining in testing can anyone please send me some projects relaited to testing.i know it is very confidential but still if u send it will a great help. my mail id venku_krs@yahoo.co.in

1 Answers  


What is the extention of Virtualobject

1 Answers   Accenture,


Categories