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
Sql questions to find second max salary and how to use joins
How do you know the location Id of an object if you know its index id?
What is business process testing(bpt) in qtp?
What is qtp window?
how will you check how many members visited the website www.infosys.com?
What is difference between shared and local object repository?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is a checkpoint? How many check points are there in qtp?
How QTP identify the system time that's changes every seconds?
How to give a call to another action from one action?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What are the different attribute used with regular expression?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How can you send user defined messages to test report?