Answer Posted / trevor chandler
For QTP (Quick Test Pro)
You can use the following line below directly in a test in
expert view.
First parameter is the browser.
Second Parameter is the URL to navigate to
SystemUtil.Run "iexplore.exe", "C:\opt\projects\dtlt\catalin
a\functions\dtltLaunch.html"
Hope this helps.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How to record application running on the Virtual machine?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is action? How many types of actions are there in qtp?
What is a reusable action?
How to capture all the data of a webtable, weblist and combolist using QTP?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Is it possible to change the property value at runtime? How it is possible?
What is the difference between rational rose and QTP?
How to modify object property in qtp ?
What is a data driven test in qtp?
How is test case write?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly