Tell me the QTP Advantages and Disadvatages ?
Answers were Sorted based on User's Feedback
Answer / anil ekka
Pros:
? Will be getting the initial focus on development of
all new features and supported technologies.
? Ease of use.
? Simple interface.
? Presents the test case as a business workflow to
the tester (simpler to understand).
? Uses a real programming language (Microsoft?s
VBScript) with numerous resources available.
? QuickTest Pro is significantly easier for a non-
technical person to adapt to and create working test cases,
compared to WinRunner.
? Data table integration better and easier to use
than WinRunner.
? Test Run Iterations/Data driving a test is easier
and better implement with QuickTest.
? Parameterization easier than WinRunner.
? Can enhance existing QuickTest scripts without
the ?Application Under Test? being available; by using the
ActiveScreen.
? Can create and implement the Microsoft Object Model
(Outlook objects, ADO objects, FileSystem objects, supports
DOM, WSH, etc.).
? Better object identification mechanism.
? Numerous existing functions available for
implementation ? both from within QuickTest Pro and
VBScript.
? QTP supports .NET development environment
(currently WinRunner 7.5 does not).
? XML support (currently WinRunner 7.5 does not).
? The Test Report is more robust in QuickTest
compared to WinRunner.
? Integrates with TestDirector and WinRunner (can
kick off WinRunner scripts from QuickTest).
Cons:
? Currently there are fewer resources (consultants
and expertise) available due to QTP being a newer product
on the market and because there is a greater Demand than
Supply, thus fewer employee/consulting resources.
? Must know VBScript in order to program at all.
? Must be able to program in VBScript in order to
implement the real advance testing tasks and to handle very
dynamic situations.
? Need training to implement properly.
? The Object Repository (OR) and ?testing
environment? (paths, folders, function libraries, OR) can
be difficult to understand and implement initially.
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / sekhar
dis advantages in,QTP
1. we can't done merzeing easly, when compare to winrunner
2. we can't able to check if the Window of Background colour
is dynamically changes.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / devika
This is a neat compilation of all the advantages of QTP over other tools...
http://www.qtphelp.com/2011/12/14-good-reasons-for-choosing-qtp-for.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijaykumar
QTP Disadvantage:
1)Its Platform Independent means it is support only Windows Operating System
Linux,Unix Is not Supporting.
2)Knowledge of VB Script
3) License Cost
4) Mobile Automation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / x
gr8 answer dude could u plz say even disadvantages pl...
| Is This Answer Correct ? | 2 Yes | 16 No |
what is web application and client server application.is there any difference ?
How can you give wait up to 10 seconds in qtp?
How can i Save the snapshots in a specified folders using Scripting in QTP?
how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
What are the steps involved in recovery scenario wizard?
How to identify flash application when the qtp is not identifying the flash application objects.
what frame work you are following?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
what is the difference between IE & Netscape in web testing on a log in page
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);