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 |
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Is it a smart choice to use QTP for backend testing?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
Explain xml checkpoints.
i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
how to select the work for complete automation and one more thing when u are going to choose automation
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
How many types of recording facility are available in quicktest professional?
Both static and dynamic arrays are handled by the vb script. Is it true?