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
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Explain the concept of object repository and how QTP recognizes objects?
What is a checkpoint? How many check points are there in qtp?
How to check feasibility of the appliction?in automation testing?
Where we use data driver in qtp?
What is the file extension of the code file and object repository file in QTP?
How you can make an action as re-usable action?
How will internal and external links be validated and updated? how often?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
What is the difference between shared and local object repository?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
what is the difference between data driver & data driven and driver script?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Explain the concept of object repository and how quicktest professional recognises objects?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?