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 kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
what is the difference between modular framework & datadriven framework
What is difference between shared and local object repository?
What is action?
They asked by using qtp recording writing scripting
How can you give wait up to 10 seconds in qtp?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What is the virtual object?
Does QTP run in any environment?
What are the check points can be inserted without recording?
What does mean by Scope of Automation?n How we defined it?
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 synchronization? What are the ways you can synchronize?
Shall we add Local Repository to shared object repository,if yes,how we add
If the objects hierarchy is changing from build to build, then how you will handle that condition?