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 |
How to Save your test using QTP?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
write script to read and write data from file ?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
in order to start automation testing what we should require (entry level to automation testing)
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
Difference between image checkpoint and bitmap checkpoint
What are objects? how do you select the unknow object?
what is diffrense between action and function
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..