What are the advantages of QTP over WinRunner?
Answer Posted / 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 |
Post New Answer View All Answers
How will you test a keyboard?
Explain how you can find length of array in qtp?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Explain the check points in quicktest professional?
How QA specialist can identify when programmatic descriptions are useful?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
By using QTP can we record any log files written by the application which is in execution?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How does qtp identify the object in the application?
How you create new action in qtp?
Explain how qtp identifies object?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How to find Operating system information using QTP script?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click