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 |
can we enable smart identification for test object
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
WHO TAKE DECISION TO RELEASE THE BUILD
What is output value?
How to switch between browser tabs? )moving from one tab to another tab)
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
HOW DO U CALL A ACTION IN QTP?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
what kind of erros can be handled with the using QTP?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
can u tell me website address of VBscript with examples.
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?