how to invoke the web application through script in qtp
Answer Posted / neeraj chauhan
Hi this is neeraj, and i went through your query and the
solution is:
Systemutil.Run("iexplore")
Set vBrowser=Browser("Creationtime:=0")
vBrowser.navigate("Url of your application for example:
"gmail.com" ")
Description:
this is descriptive programming code, this code first will
open the "Internet Explorer" and then will put your given
"url" to the browser automatically.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is object spy in quicktest professional (qtp)?
Where we can use the synchronization?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Explain the use of action split in qtp?
Where to use function or action?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to use reporter.report event in qtp ?
How would you export a script from one pc to another in qtp?
What is test object model in quicktest professional (qtp)?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is the use of text output value in quicktest professional (qtp)?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is recovery scenario in qtp?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Can we create user defined functions in qtp?