I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / rico
Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "iexplore google.com"
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
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 check feasibility of the appliction?in automation testing?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What is a data driven test in qtp?
What is the difference between a Function and Procedure in QTP?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Write a script to customize the test results in PDF and HTML format.
How to record a qtp script ?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Can I change properties of a test object?
Explain the differences between table and db checkpoints?
What is different command used in command Prompt while using QTP?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?