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 |
How to handle the exceptions using recovery secnario manager in quicktest professional?
How to retrieve particular cell data in excel sheet ?without importing method.
· What should test in BANKING DOMAIN application ?
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
What is .Ini file in QTP?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Hoe can we do retesting using functions please give the code for it using login page
What are the different kinds of test steps?
What are the key elements available in test result window?
Can we create a qtp test from qc?
I want to scroll down in MSPAINT (captured a screen already). So that I can read the data in it through the step Window(paint).GetVisibleText for my validation. Anyone know the scripting for this?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?