Answer Posted / rohit pathak
These are from my notes on QTP :-
It is easy even for a non-programmer to understand QTP and
start adding test cases.
Support for record and playback and ability to edit scripts
after recording. Also different recording modes are provided
in QTP viz. Normal, Analog & Low level.
Excellent Object Identification process / mechanism
Support for different addins like Java, Oracle, SAP, .NET,
Web Forms, Siebel, PeopleSoft, Web services, Main frame
(Terminal Emulator) etc.
Ability to let you enhance the existing tests even without
the AUT (Application under test) through active screen.
Supports all popular Automation frameworks - Keyword driven
testing approach, Data driven testing approach, Modular
testing approach, Hybrid frameworks etc.
QTP comes with an inbuilt IDE, which is simple and easy to use.
QTP uses VBScript which is English-like and very easy to
learn and gain expertise. We have plenty of resource
available to learn VBScripts.
Microsoft Object model can be implanted in QTP easily
(Example – Word document object, Excel Object, Outlook
Object, ADO objects, File system objects, DOM etc)
QTP can be integrated with Test management tools like QC
(Quality Center), Test director and also functional test
tools like Winrunner. The test cases can be mapped to the
automation scripts and be executed from QC (Quality Center)
itself. Also, it can kick off Winrunner test execution from
within.
Easy to maintain different types of suites viz. Smoke,
Sanity, Regression etc.
It comes with loads of inbuilt properties and methods in
QTP as well as inbuilt functions in VBScripts
Support for XML.
Use of Datatables/Excel files are easier and provides a
variety of methods to play around with rows and columns.
Easy to maintain test iterations and data driving the tests
through configurations.
Test reporting with all necessary details for analysis is
provided.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the Disadvantages of shared object repository?
What are the challenges you faced during you entire life automation ?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
How can you write the scripts that operate on different objects depending on run-time information?
How many types of parameters are available in quicktest professional?
Whats the realtime QTP testing process
Can any one send me the QTP Basic Coding Samples?
What is environment variable in qtp and why to use it?
They asked by using qtp recording writing scripting
Explain the concept of object repository?
How can you close the second opened browser?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What is a recovery scenario?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?