Tell me the QTP Advantages and Disadvatages ?
Answer Posted / 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 |
Post New Answer View All Answers
How to customize checkpoints with parameters?
What are the benefits of quick test pro(qtp)?
What is recovery scenario manager? When you go for recovery scenario manager?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Where to use Property Let, Property Get, Property Set in UFT
What is the use of running the scripts in Hidden-mode in UFT?
What do you to script when objects are removed from application?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
In qtp, how you can get the last character from a string?
Which scripting language used by quicktest professional (qtp)?
Does Low-level recording capture mouse movements?
banking domain description for software tester for interview
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code