How will you handle custom object in QTP?
Answers were Sorted based on User's Feedback
Answer / nagk24
custom objects are nothing but qtp not understandable
for example if we working wit paint try to record and add objects in repository,qtp will not understand that
so,here wo do diff methods 1)analog 2)low level recording3)virtual objects 4)send keys to application 5)Dot net factory
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sujatha
Custom objects are nothing but the user defined objects
since Qtp cannot learn those objects it adds those objects
in the Winobject. so all the custom objects will he
handled only by winobject. And all the standard objects
will be handled by the object repository.
| Is This Answer Correct ? | 1 Yes | 4 No |
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
what is the hierachy of Descreptive programming?
when u script reveiwing in which area u more concentrates?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
what is the mediater between qtp and application/project in automation testing?
how you update scripts in qtp?
How to creating an output value using quicktest professional?
How to retrieve particular cell data in excel sheet ?without importing method.
how to merge object repositories?
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
How is test case write?