Differences between QTP & Winrunner?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Differences between QTP & Winrunner:
1. QTP is object bases Scripting ( VBS) where Winrunner is
TSL (C based) Scripting.
2. QTP supports ".NET" application Automation not available
in Winrunner.
3. QTP has "Active Screen" support which captures the
application, not available in WR.
4. QTP has "Data Table" to store script values , variables
which WR does not have.
Using a "point and click" capability you can easily
interface with objects, their definitions and create
checkpoints after having recorded a script without having
to navigate back to that location in your application like
you have to with WinRunner. This greatly speeds up script
development.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram.polavarapu
winrunner is the product of mercury intractive
Qtp is the product of HP
| Is This Answer Correct ? | 0 Yes | 1 No |
keyword driven framework having how many folders? explain folders in detail?
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
What r the advantages of automation?
can u tell me website address of VBscript with examples.
How QTP recognizes Objects in AUT?
What kind of errors can b handled in QTP in real time scenario?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Explain the check points in QTP?
what is the general issues faced while using automation tool Qtp9.0
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How do you delete unwanted results in qtp?
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )