What is the difference between QTP and WinRunner?
Answers were Sorted based on User's Feedback
Answer / rajesh
hi friends,
QTP n WR both r functionality testing tools.
QTP: we r using VB script
3 recording modes
file extensiotn is .vbs
WR: we r using TSL
2 recording modes
file extension is .exe
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / swarup
The main Difference between QTP and Winrunner is
1) TSL doesn't have the facility to support Oops and VB
scripting supports Oops,
2) QTP is derived from Winrunner.
3) Both are Functionality Tools
4)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prasad
both r functional tools
WR:
wr uses TSL scripts .it does not support oops.
wr support for one exell sheet
wr does not support xml file.
wr have only one sreen.
wr it's a procedure language.
QTP:
qtp uses VB script.it will support oops.
qtp supports multiple excell sheet.
qtp supports xml files
qtp have 3 screen .1.active screen 2.action screen 3.data
table
qtp it's a oop.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pravin
WINRUNNER 8.0
1)it records the business operations in TSL.
2)it supports VB,.NET,VC ++,java,siebel etc.
3)it can run on all windows family.
4)it has 4 checkpoint those are gui checkpoint,bitmap
checkpoint,database checkpoint,gettet checkpoint.
5)it has 3 recovery manager those are tsl event,object
event,popup event
QTP 8.2
1)it records the business operations in VB script.
2)it supports perople soft,SAP,oracle , mainframes etc.
3)it can run on all windows family and linux,unix platforms
4)it has also 4 check point standard checkpont,bitmap check
point,database checkpoint,text checkpoint.
5)it has 4 recovery scenario manager those are
test run error,object state,popup window,application crash.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.wr doesn't support the multimedia applications and .net
where as qtp supports
2.qtp uses the vb script adn WR uses TSL script
3.QTP we have the "Application crash" in recovery manager
where as WR won't have
4.QTP have image, table check point
currect me if i am wrong "ravsha@gmail.com"
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you create a new expected results in winrunner?
which is the latest version in Winrunner
regular expression differance in qtp and winrunner
Name the different modes of recording?
What is the extension of gui map file?
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
What are command line options?How to invoke winrunner with vb add in using command line options?
What is the purpose of gui spy?
Why don’t we normally load the gui maps through start up scripts?
what is meant by CMMI standards
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
I am new to testing. Can anyone send a sample test script in which variables are used to automate the flight login page.