What are the drawbacks of QTP?
Answers were Sorted based on User's Feedback
Answer / rajesh
The main disadvantages are:
- QTP works only on Windows OS(Platform dependent tool).
- QTP supports only IE browser.
- QTP has very limited support for non-functional testing
like usability, performance, compatibility testing etc.
- QTP is not applicable to validate multi-client scenarios.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / rashid khan
1) Qtp does not support SDK of MFC language.
2) In QTP OR takes huge memory
3)CPU utilisation is more in QTP
4)Block commenting is not available in QTP
5)in window programming it is very deficult to identify
menu .
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kathir
QTP tool is not suitable to perform below testing types.
1.Usablity testing
2.One time testing
3.Random testing
It will not support all enviorments.
This tool is costlier.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raju
hello sima,
what u mean by telugu guy...questions, please think once
before u write ok
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narendra
i have a different answer
1. QTP does not support to check morethan one property of
an object at a time.
2. it will not show the differeces between two images as
in winrunner
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mogambo
1. we must know vb script
2.expertisation is required
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / sam
mugambo.need to know vbscripting!! ,but its not a drawback
of the tool !!
i would like to add few more points to the above answers
1 .....in qtp u cannot work on multiple scripts at a time
like in winrunner.(again this is not a drawback,but not so
frendly as winrunner in this matter).
2...... working with object repository differs sligtly with
qtp versions.(may be part of enhansment).
3...... object spy is not so friendly as in winrunner.
----------discuss..
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sima
What evry qtp but dont attend any interview if Telugu guy
takes interview pl note this
point...............................................................i
am also telugu only thats why i am telling this
| Is This Answer Correct ? | 3 Yes | 8 No |
1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
what is meant by Implicit and explicit requirements?
How many types of run modes are there in qtp?
how to recall a function in QTP?
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
Can a function return a dictionary object?
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
How will you declare a variable in qtp?
what are the areas that cannot be tested using an automated tool? list a few
how do u handle an object without name using QTP 9.2?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian