Tell me few important difference Between QTP and
WinRunner?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
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.
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.
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.
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.
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.
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.
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 ? | 3 Yes | 0 No |
Answer / n@n!
QTP:
-----
->it supports VB script
->it dos not contain any semicollen at the end of every
statement
->it consists of normal,analog,low level recordings modes
->script execution speed is 3.5 minutes
win runner:
-----------
->it supports TSL
->every script statement ends with semicollen
->it consists of context sensitive recording ,analog
recording
->script execution speed is 10 minutes
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikumar
there are lots difference b/w winrunner & qtp
there is one advatgae with winrunner even though QTP is
advanced .
in winrunner we will get x,y coordinates while doing with
image/bitmap checkpoint in results page
but in QTP we won't get those coordinates it gives only the
errer relusts
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
How you perform smoke and sanity testing using qtp?
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
how can i replace any text from the qtp script with some anothere text
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
How to retrive the property of an object?
in flight reservation ex once u login, u go into next window where we hav an option of new, open and help etc.. how to fetch those options and to go to respectiv tab accordingly using qtp.. plz let me knw answer for tis as early as possible. Thanks in advance... asha
How u perform Batch Program in QTP?
what are the main differences between keyword driven frame work and data driven frame work?
What are the Features & Benefits of Quick Test Pro (QTP)..?
There is an excel file of 1 to 100 sheets how you will iterate through it?