How many types of OBJECTS are there in QTP?
Answer Posted / vangala srinivas
Following are the types of objects in QTP :
1.Run time objects - objects present in AUT
2.Test Objects - objects reference of run time object
3.Utility Objects
4.Automation objects
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
How you debug your script?
Is it possible to call from one action to another action in qtp?
How do you check ticket cost and ticket number in flight application?
Through array we can execute the testcase how ? give me example
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How to customize qtp?
What environment does qtp run in?
How you can delete excel file in qtp?
How you create new action in qtp?
how can i pass a "cript"as a parameter in to a function
Why we load add-ins in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How many add-ins comes by default with qtp?
How to modify object property in qtp ?