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
How to find Operating system information using QTP script?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How qtp identifies objects?
What is the difference between per-action and shared?
What is the difference between Keyword Driven test and Data Driven test?
what is error and fault in terms of software quality?
In qtp, how you can get the last character from a string?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
what is meant by source control?
What is the standard timing delay for web based application in qtp?
If I give some thousand tests to execute in two days what do you do?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Is the qtp course will help to create a virtual object?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Both static and dynamic arrays are handled by the vb script. Is it true?