Tell me Three major differences between QTP & Winrunner?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
what is run-time data?
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Tell me the situations where we will use Data Driven?
Explain different types of checkpoints?
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
Can you list some technologies that support qtp?
How to call script1 into script2?
Reverse string without mid or streverse function.
What is the use of Regular expression?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)