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 retrieve the property of an object in QTP?
How to insert a check point to a image to check enable property in QTP?
When you open QTP, how many sheets you can see?
1...HOW MANY TYPES OF OBJECT REPOSITORY ARE THERE IN QTP? 2....WHAT ARE THE REPOSITORY FEATURES EXPLAN. 3...HOW TO CREATE A RECOVERY SCENARIO? WHAT DOES RECOVERY SCENARIO MANAGER DO? 4...OPEN A WORD FILE AND MODIFIED WITH SOME VALUE USING QTP? 5... HOW TO CREATE EXCEL FILE USING QTP? 6... HOW TO RETRIEVE A VALUE FROM WEB TABLE? 7... WHAT IS QC REQUIREMENT TAB DO ? HOW TO MAP THE REQUIREMENT? 8... HOW TO PASS A VALUE FROM EXCEL FILE TO SCRIPT? 9...WHAT IS THE USE OF SPLIT FUNCTION?
How to Test the mainframe application?
write a qtp code to display all the items in the fly from combo box or list box
What is qtpro? What is quick test pro? What is a quick test professional?
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
when there is a task that gets repeated in multiple scripts what do you do in QTP?
How will u test content of an web application with out using chechpoints in QTP 9.2?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?