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

What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

822


what is the difference between modular framework & datadriven framework

1767


What is difference between shared and local object repository?

767


What is action?

755


They asked by using qtp recording writing scripting

2281






How can you give wait up to 10 seconds in qtp?

785


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.

2655


What is the virtual object?

846


Does QTP run in any environment?

793


What are the check points can be inserted without recording?

795


What does mean by Scope of Automation?n How we defined it?

1752


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

1647


What is synchronization? What are the ways you can synchronize?

862


Shall we add Local Repository to shared object repository,if yes,how we add

6531


If the objects hierarchy is changing from build to build, then how you will handle that condition?

781