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?
Answers were Sorted based on User's Feedback
Answer / p
I tried the first answer.
Command 1 Running but the Second command is not working.
| Is This Answer Correct ? | 0 Yes | 3 No |
Hi All, What is an XML Checkpoint in QTP? How can i use it while testing a web application? Kindly explain in detail. Thanks in advance
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
Reverse string without mid or streverse function.
What In-string function will do?
what is difference between normal mode and fast mode?
How to capture data from images in QTP and produce them in Excel sheet ?
Can U Explain about QTP tool from older version to latest version also its differences?
What are the advantages of Automation objects than Test Objects?
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions