What are the advantages of QTP over WinRunner?
Answers were Sorted based on User's Feedback
Answer / rudraneel
WIN-RUNNER VS QTP :
1.Winrunner doesn't support web applications
QTP supports all kinds of web application
2.Winrunner only supports IE and Netscape Navigator
QTP supports all types of browsers
3.The deafult time setting of Winrunner is 10000 ms
The deafult time setting of QTP is 20000 ms
4.The logical name of true and false in Winrunner is 1 & 0
The logical name of true and false in QTP is True and
False
5.Winrunner doesn't provide the snapshot of output
QTP provides the snapshot of output.
6.Winrunner doesn't support Uni-code compatability
QTP supports Uni-code compatability
7.Winrunner has Four kinds of Add-Ins
QTP have Four kinds of Add-Ins
8.Winrunner has 3 kinds of Checkpoints,2 kinds of
Recordings,and 3 kinds of Exception Handling mechanisms.
QTP has 7 kinds of Checkpoints,3 kinds of
Recordings,and 4 kinds of Exception Handling mechanisms.
9.In Winrunner GUI Spy is available
In QTP Object Spy is available
etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / rudraneel
sorry i have missed one important one that is
10.Winrunner uses TSL script(Test Script Language)
QTP uese VB Script.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / asn
We can test the applications which are developed using .Net
using QTP.But we cant test using WINRUNNER
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sni
as per my knowledge i think qtp supports oops based
applications where as winrunner doesnt support oops apps.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / n@n!
advantages of qtp over win runner is
execution speed for qtp is 3.5 minutes where as win runner
is 10 minutes
| Is This Answer Correct ? | 1 Yes | 2 No |
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Check point what is how many types of checkpoint and explain
How QTP support all types of applications (platforms)?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
How to get align property of the link on web page?
Explain about random testing of 500 test cases?
Can I compare two DataBases using QTP ?
how to compare two excell sheets by using vbscript??
what all are the coverages , explain ?
what is the difference between Table checkpoint and Database checkpoint in QTP
What is the basic concept of quicktest professional (qtp)?
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.