What is difference between WR and QTP?
Answers were Sorted based on User's Feedback
Answer / s.saireddy
1.lowlevel recording is not possible in winrunner.
In qtp possible.
2.qtp supports SAP,PEOPLESOFT and .NET applications.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yogesh dewangan
WR is basicaly for VB and JAVA based application and QTP is
for .NET and JAVA based application.
| Is This Answer Correct ? | 0 Yes | 2 No |
How do you convert manual test cases to automated test cases?
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
what is description object?
In qtp, explain what is qrs file?
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
what is the script for keyword driven framework in real time?plz its urgent
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
what is the use of VIRTUAL OBJECTS? explain ?
In QTP, What is Global action and Local action?
How do u use Database checkpoints and what are the use?