Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



What are the QTP advantages and disadvantages?

Answers were Sorted based on User's Feedback



What are the QTP advantages and disadvantages? ..

Answer / ravi

QTP is a Functional and Regression testing tool. Using QTP
we can perform regression testing faster when compared to
manual testing. QTP is fast, reliable, repeatable,
reusable, and programmable.

However, QTP needs Add-ins to recognise the objects in
which they are built. For example, if an application is
built in Java, we need to add Java add-in in order to help
QTP recognise the objects in the application. If you want
to test an application that is build in a technology not
supported by QTP, we cannot perform testing effectively.

Is This Answer Correct ?    12 Yes 3 No

What are the QTP advantages and disadvantages? ..

Answer / 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

What are the QTP advantages and disadvantages? ..

Answer / vish

we can test .net applications using QTP.
more reliability.

Is This Answer Correct ?    5 Yes 6 No

What are the QTP advantages and disadvantages? ..

Answer / arpillai

QTP is more effective in testing web based
applications,like .net,multimedia .Disadvantage is QTP
needs more memory space(512 MB)and if any operating system
problems are there QTP will not work.

Is This Answer Correct ?    2 Yes 4 No

What are the QTP advantages and disadvantages? ..

Answer / sabario

Advantages:
It can be easily integrated with quality center.

Disadvantages:
It is not a freeware :(

Is This Answer Correct ?    0 Yes 2 No

What are the QTP advantages and disadvantages? ..

Answer / cc

nothing

Is This Answer Correct ?    0 Yes 21 No

Post New Answer

More QTP Interview Questions

How to handle recovery scenario for a application crash.write script for this.

2 Answers   Polaris, TCS,


What is the differences between image check point and bit map check point?

0 Answers  


Write a script to customize the test results in PDF and HTML format.

0 Answers   DuPont,


What’s the QTP testing process?

1 Answers  


If enter into interviewer room? how u introduce with him. with shakehand or waht?

2 Answers  


Give me exact application where we should use low level recording?

6 Answers   CTS,


Hi How to retrieve data from web element line by line?

0 Answers  


How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large

2 Answers  


Give some brief idea about a) Active x check b) Alt property check c) Applet object check d) Frame object check e) Multimedia links check f) Server side image check g) Table object check

1 Answers   CTS,


In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?

2 Answers   Wipro,


How to use parameterization in qtp?

0 Answers  


QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!

1 Answers  


Categories