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 |
what all are the coverages , explain ?
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
what is the mediater between qtp and application/project in automation testing?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
Explain types of descriptive programming?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
what is the difference between image and bitmap check point
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What are the disadvantages of recording test cases in qtp?