Answer Posted / pravati
object types is used to uniquily identify the object from many of the objects in the application.
ex-webcheckbox is used to identify the checkbox of the application
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the types of object repository?
How will you find the current time of the remote machine using QTP script?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Can any one send me the QTP Basic Coding Samples?
Why is action split used by qtp?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What is the Difference between copy to action and call to action?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What are the different types of action?
Can I change properties of a test object?
write the vb script for call to new action in qtp?
Which environments are supported by hp qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
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);