Tell me Three major differences between QTP & Winrunner?

Answers were Sorted based on User's Feedback



Tell me Three major differences between QTP & Winrunner?..

Answer / jayalakshmi

1. Descriptive Programming is possible in QTP.
2. .Net applications are supported in QTP.
3. Various checkpoints are available in QTP other than
(Text, Database, Bitmap) in WinRunner.

Is This Answer Correct ?    2 Yes 1 No

Tell me Three major differences between QTP & Winrunner?..

Answer / raja83

a) Winrunner using TSL for programming Resource availablity
is less but QTP using VB script we can find more resource.

b) in QTP we can See the result With Step by step With
SCreenshot

c) The GUI map can be difficult to understand and implement

Is This Answer Correct ?    0 Yes 0 No

Tell me Three major differences between QTP & Winrunner?..

Answer / anjaneya reddy

---> QTP support .Net application where as winRunner
doesn't support.
---> QTP having more checkpoints when compared to WinRunner.
---> Great advantage of QTP is output values.
---> QTP has smart identification(use of this one is QTP
will recognizes object when the property values changed)
where as WinRunner doesn't have this facility.
---> QTP having Active Screen where as WinRunner doesn't
have this facility. Advantage of Active Screen is to insert
checkpoint, output values, and steps even the application
is not available.
---> Keyword view is great importance in QTP becz it can be
very useful to insert steps easily, very easy to
parameterize the steps or scripts, it is very easy to
understand what are the steps we performed earlier and what
are the steps need to be perform.
---> more advantages are there, only few i mensioned here.

Is This Answer Correct ?    0 Yes 0 No

Tell me Three major differences between QTP & Winrunner?..

Answer / mukesh

Main differrence is that Winrunner(TSL language like C) is
Procudurial language where as QTP (VB) is Object Oriented
language.

Is This Answer Correct ?    0 Yes 0 No

Tell me Three major differences between QTP & Winrunner?..

Answer / sri satya

Differences between WinRunner and QTP:

1.> qtp supports .Net Applications where as WR does not
support.
2.> qtp has 3 modes of recording where as WR has 2.
3.> qtp has an extra check point called XML check point
where as WR does not have.
4.> qtp uses vbscript where as WR uses TSL(Test Script
Language).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.

1 Answers  


Where we can use the analog mode and where we can use the low – level mode?

0 Answers  


What is the syntax for how to call one script from another?

0 Answers  


Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.

2 Answers  


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

0 Answers  






Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?

1 Answers  


How to create runtime property for an object?

7 Answers  


When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??

2 Answers   DST Global Solutions,


WHAT IS ENVIRONMENT VARIABLES?

6 Answers   Ordain Solutions,


what is test scheduling?

1 Answers  


How can we translate the steps between the Keyword and Expert Views?

1 Answers  


How to execute a WinRunner Script in QTP?

1 Answers   Crea,


Categories