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 |
What is checkpoints?
When do you feel you need to modify the logical name?
Difference between winrunner and test director?
How you integrated your automated scripts from TestDirector?
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!
How to fetch a value which is in a particular cell in a html table?
what is the gui map & gui map file in winrunner?
What is the use of Merge option provided in WR
what is the file extension for object in AUT captured by WR
how to insert check points? whatis the gui check point?
How will you review the test case and how many types are there ?
Have you ever written test cases or did you just execute those written by others?