Forum Discussion

ameett's avatar
ameett
Contributor
13 years ago

Object Mapping in TC7

Hello,



I am working on a control which is a form........it's WndClass="Sivu   "......How I can explore it's child items...........right now I can work with only x,y cordinates.......How can Object Mapping help in this case?

1 Reply

  • Hi,


    How I can explore it's child items...


    You can explore your application in the Object Browser panel.


    Right now I can work with only x,y cordinates...


    This means that you can test your application in black-box mode, without access to individual application objects. To be able to access the application objects and to work with them by using special methods and properties, you should work with an "open" application. For more information, please refer to http://support.smartbear.com/viewarticle/11726/.


    How can Object Mapping help in this case?


    You can configure the Object Mapping options so that TestComplete can recognize controls of your application.