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
What is Test Fusion Report in QTP?
What are the different types of functions available in qtp and explain ?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Explain types of output values?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Where is the Bitmap checkpoint information stored?
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
When to use descriptive programming?
How to define array in qtp?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Define object spy ?
What are the different types of recording modes in qtp? Which will be used when?
How you are developing the script? Using record and play back or manual?