Forum Discussion

lax100's avatar
lax100
New Contributor
14 years ago

Object mapping not using GUI

I am not interested in doing object mapping using TestComplete GUI. Is there any detail instructions on how to map objects and use them in test script.

Simple reason I dont want object mapping by GUI because it records the location and not the name. Window size is changed andwhole test script gos for a toss.

Thanks in advance for your help.

Which script is most preferred script. VB, .net or jscript.

I am familiar with all three scripts equally (basics)

1 Reply

  • Hi,



    You can map objects by using the AddNamedChild method. See the Mapping Objects From Tests help topic.



    it records the location and not the name. Window size is changed andwhole test script gos for a toss.
    This is not related to the way you map your objects. This can depend on the type of your application and controls used in it.



    Which script is most preferred
    All scripting languages have equal functionality.