How many ways we can parameterize data in quicktest professional (qtp)?
Answer / Khalid Husain
QuickTest Professional (QTP) offers several ways to parameterize data, including: Test Data Workbook, Property Value, Test Object with Parameter, and External Data Sources such as Microsoft Excel or Oracle Database.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
what is the difference between IE & Netscape in web testing on a log in page
Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
How to get the particular property value?
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
images are dynamically changes how to compare two images
what is the recovery scenario?
Differences between text and test area checkpoints?
What is the limitation to XML Checkpoints?
How to use reporter.report event in qtp ?
What are the key points to create a framework in QTP for oracle forms?