What are the difference between QTP and Winrunner
Answers were Sorted based on User's Feedback
Answer / lavanya
i) QTP supports .Net but the Older version of the
WinRunner does not support .Net technology.
ii) To work with QTP, the language used is VB Script.
To work with WinRunner, the language used is TSL (Test
Script Language).
iii)QTP supports many languages,for example
Java,VB.Net,ASP.Net,VB Script, JavaScript,etc.
WinRunner does not support JavaScript.
iv) In QTP, we cannot insert more than one checkpoint at a
time, but in WinRunner we can insert more than one
checkpoint at the same time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sahimadhu
QTP is some what more sophisticated tool than Winrunner.
QTP supports SAP, .NET etc which are not supported by Winrunner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sateesh
In QTP, we cannot insert more than one checkpoint at a
time, but in WinRunner we can insert more than one
checkpoint at the same time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / dileep
winrunner:
1.winrunner using TSL script language ,it is simalar to c.
2.winrunner not keywordview and expert view
3..net application not supporting winrunner
Qtp:
1.qtp is using vb script
2.qtp using more than checkpoints
3.backdocumentation supporting in qtp
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sss
winrunner converts our manual functional test cases into TSL
programs,winrunner run on windows only, in qtp create our
automation programs in VB script, qtp run on windows and unix.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to connect the real time application application with the QTP?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
Both static and dynamic arrays are handled by the vb script. Is it true?
How to change the run-time value of a property for an object in QTP?
Explain in brief about the quicktest professional automation object model?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
what is the hierachy of Descreptive programming?
who is developed QTP ? is it from Mecury or HP
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
how will load the object during runtime?