Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

diff between winrunner and qtp

Answer Posted / pavi

QTP enjoys the following advantages compared to Winrunner:

•The presence of a modular and keyword driven table format
of display of each of the operation performed while
recoding, makes it easier for user to understand what the
test actually does.
•It uses robust language like VB script as the programming
language unlike Winnrunner which uses a proprietary
language like TSL.
•It offers the test engineer a Tree view which is an icon
based view thereby simplifying the use of the tool.
Additionally the documentation tab lists in simple English
what each step in the test is actually doing.
•Parameterization of data in QTP is easier
•QTP allows easier capture of output values.
•Features like smart identification to identify the objects
used in our test make sure that the maintenance of the
tests is easy.
•Allows interfacing with Test Director and Winrunner.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

regular expression in qtp standar check point for months from accepting months from january to december only

1858


What is qtp window?

953


hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career

2388


Explain the views in the QTP GUI?

1016


How to open a new test using quicktest professional (qtp)?

951


How can you exit from an action?

1027


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

999


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1932


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

2011


How many add-ins comes by default with quicktest professional?

905


What does it mean when a check point is in red color? What do you do?

1051


Difference between action & Reusable action?

1032


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

2064


give me an example where u used good judgement and logic in solving a problem

3811


write script for bitmap image?

1995