Forum Discussion

rgratis's avatar
rgratis
Frequent Contributor
14 years ago

A way to do Object Mapping from a Script Extension?

I'm working on a script extension that acts as an interface to my company's application.  There are some custom controls in the application that need to be mapped to common Swing Controls via Object Mapping, and I'm wondering if there's a way to accomplish that from within the script extension.  Any ideas or comments would be appreciated.



Thanks,

--Rachel

2 Replies

  • Hi there,



    Object Mapping settings can be changed neither from a script, nor from a script extension. Try organizing your test framework so that TestComplete projects have constant Object Mapping settings.
  • rgratis's avatar
    rgratis
    Frequent Contributor
    Thanks for the information.  I'll try to figure out if there's a way to handle them within the application then.  I'd like to avoid relying on computer/project-specific settings as much as possible.