how to invoke the web application through script in qtp

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you identify the browser and its information using QTP script?

529


What is the quicktest professional (qtp) testing process?

556


i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

1588


Explain QTP using different development techniques ?

517


what is the difference btn risks & Therads in the Test plan documentation?

1572






What is the difference between keyword view and expert view?

591


Explain sub procedure of vbscript.

576


How can we conduct U-I Testing by using QTP??????

1410


Explain the terms test and business component?

538


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

5076


What are the trigger events in qtp?

564


hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?

1576


What is system testing and what are the different types of tests you perform in system testing?

585


write script for bitmap image?

1525


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

2995