Tell me few important difference Between QTP and WinRunner?

Answers were Sorted based on User's Feedback



Tell me few important difference Between QTP and WinRunner?..

Answer / suryanarayana.madhura

qtp:To compare static and dyanmic images through qtp

winrunner: to conduct testing on static images only.

qtp: In this three types recording is possible
they are 1)GENERAL RECORDING 2)ANALOG RECORDING 3)LOW LEVEL
RECORDING

WINRUNNER: In this two types of recoring is possible
they are 1)CONTEXT SENSITIVE RECORDING 2)ANALOG RECORDING

Is This Answer Correct ?    27 Yes 3 No

Tell me few important difference Between QTP and WinRunner?..

Answer / naren

some other imp diff..
1.QTP supports different technologies like SAP
applications, Macromedia applications, PeopleSoft etc which
is not supported by WinRunner

Is This Answer Correct ?    13 Yes 2 No

Tell me few important difference Between QTP and WinRunner?..

Answer / vijay/chennai

Comparing to winrunner it's a user friendly tool. Using the
QTP we can generate the clear results.

We used to write the code in winrunner is TSL and similarly
it's like C.

QTP supports the VBS.

Is This Answer Correct ?    12 Yes 3 No

Tell me few important difference Between QTP and WinRunner?..

Answer / sugandhi

QTP:
1.Supports dynamic page
2.More check points ,ex:XML,Text
3.Divide script into Logical units
4.Can call functions
5.More recording methods.ex:Low level
6.Supports VB,.NET,ASP.NET,C#,>NET SAP,>NET
Application,HTML,XML

WR:
1.Supports static page only.
2.Limited check points
3.Cannot split script
4.There is no option to call functions
5.Context and Analog only
6.Supports C and HTML page.

Is This Answer Correct ?    7 Yes 2 No

Tell me few important difference Between QTP and WinRunner?..

Answer / bharathchowdary

Main difference between winrunner & QTP is
QTP Supports .netApplications & Full fledge java
Applications, these are not suppoerted by winrunner .

QTP having 9 check points where winrunner is having 4 check
points.

we can create reuasble action in QTP but not in winner.
these are the major differences.

Is This Answer Correct ?    8 Yes 4 No

Tell me few important difference Between QTP and WinRunner?..

Answer / mangai

Winrunner: It contains 4 types in addins. Powerbuilder is
their in winrunner. but in qtp it is not there.
Winrunner: It contains GUI Editor but Qtp contains Object
Repository.
Winrunner contains Exception Handling. Qtp Contains
Recovery Scenario to handle exceptions

Is This Answer Correct ?    6 Yes 4 No

Tell me few important difference Between QTP and WinRunner?..

Answer / prashanth

-->WinRunner uses Test Script Language which has limited
resources and QTP uses VB Script which is very powerful
language.
-->Parameterization is easier with QTP than WinRunner and
any thing in QTP can be parameterized.
-->Data driven testing is easier with more options in QTP
than WinRunner.
-->WinRunner uses GUI Map File and QTP uses Object
Repository.
-->WinRunner-GUI Map per test and Global GUI Map File
QTP- Object Repository Per Action and Shared.
-->There are more point and click options in QTP than
WinRunner.

Is This Answer Correct ?    4 Yes 3 No

Tell me few important difference Between QTP and WinRunner?..

Answer / priyareddy

1.QTP allows even novice testers to be productive in
minutes. You can create a test script by simply pressing a
Record button and using an application to perform a typical
business process. Each step in the business process is
automated documented with a plain-English sentence and
screen shot. Users can easily modify, remove, or rearrange
test steps in the Keyword View.

2.QTP can automatically introduce checkpoints to verify
application properties and functionality, for example to
validate output or check link validity. For each step in
the Keyword View, there is an ActiveScreen showing exactly
how the application under test looked at that step. You can
also add several types of checkpoints for any object to
verify that components behave as expected, simply by
clicking on that object in the ActiveScreen.

3.You can then enter test data into the Data Table, an
integrated spreadsheet with the full functionality of
Excel, to manipulate data sets and create multiple test
iterations, without programming, to expand test case
coverage. Data can be typed in or imported from databases,
spreadsheets, or text files.

4.Advanced testers can view and edit their test scripts in
the Expert View, which reveals the underlying industry-
standard VBScript that QuickTest Professional automatically
generates. Any changes made in the Expert View are
automatically synchronized with the Keyword View.

5.Once a tester has run a script, a TestFusion report
displays all aspects of the test run: a high-level results
overview, an expandable Tree View of the test script
specifying exactly where application failures occurred, the
test data used, application screen shots for every step
that highlight any discrepancies, and detailed explanations
of each checkpoint pass and failure. By combining
TestFusion reports with Mercury Quality Management, you can
share reports across an entire QA and development team.

6.QTP also facilitates the update process. As an
application under test changes, such as when a ?Login?
button is renamed ?Sign In,? you can make one update to the
Shared Object Repository, and the update will propagate to
all scripts that reference this object. You can publish
test scripts to Mercury Quality Management, enabling other
QA team members to reuse your test scripts, eliminating
duplicative work.

7.QuickTest Professional supports functional testing of all
popular environments, including Windows, Web, .Net, Visual
Basic, ActiveX, Java, SAP, Siebel, Oracle, PeopleSoft,
terminal emulators, and Web services.

Is This Answer Correct ?    6 Yes 10 No

Tell me few important difference Between QTP and WinRunner?..

Answer / sofia

In winrunner 2 types of TSL test script ie.
1.Main test
2.Compiled module
But in QTP,
only one type of test script ie.Main test.It doesn't
support compiled module.

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More QTP Interview Questions

Up to how much VB scripting knowledge and what type of VB script knowledge is required for a QTP test engineer for real time to work ?

3 Answers  


What is the use of an object spy tool in qtp?

0 Answers  


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

0 Answers  


How can i initiate the objects to find uniquely in OR

0 Answers   IBM, Livetek,


1. What is extense of Result file in QTP?

7 Answers  






what does it mean when a check point is in red color? what do u do?

4 Answers  


I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.

1 Answers  


1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent

8 Answers  


What is wrong in my code?

3 Answers  


Is text area check point supports for web applications?

0 Answers  


How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.

4 Answers  


How to use library files in QTP? how we can call these files in to script?

4 Answers   Virtusa, Wipro,


Categories