How to Start recording using QTP?
Answer / varun kandpal
Choose Test > Record or click the Record button.
When the Record and Run Settings dialog box opens to do this;
1. In the Web tab, select Open the following browser when a record or run session begins.
2. In the Windows Applications tab, confirm that Record and run on these applications (opened on session start) is selected, and that there are no applications listed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
How to Import data from a ".xls" file to Data table during Runtime.
does the vb script knowledge is mandatery in testing using QTP
What is the entry criteria and exit criteria for your test automation
what testing activities u may want to automate?
How to Parameterize Object repository in QTP?
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
How to find duplicates in an array and remove them efficiently?