Tell me Three major differences between QTP & Winrunner?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the differences between table and db checkpoints?

583


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1340


I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .

1731


How to find the path of folder in which the test is saved in qtp?

534


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

1517






Which scripting language used by quicktest professional?

534


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

870


Have you faced any problems with object repository?

594


What is debugging? How you debug your script?

612


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1440


I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com

1481


What are the challenges you faced during you entire life automation ?

1008


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1305


Explain about datafile/verification of date file when file is not available in local system?

2231


assume i have few url link how will i dynamically call then using descriptive programming?

1605