Forum Discussion

mfoster711's avatar
mfoster711
Regular Contributor
12 years ago

Need tool like Visualizer

The software I test is a very closed app which makes it difficult to identify fields. I am unable to use name mapping and instead I have custom functions that programmatically help identify each field. This is all working fine even if it is a pain in the a**. For example, to identify Editbox fields I "Find" all Editboxes on the screen and then refer to them by index. Editbox 1, Editbox 2, etc. 



With the above in mind, I am trying to create some type of tool that would help me display the my custom method for identifying each type of field on the screen. For editboxes it would display the index value. I want some that works just like the Visualizer but it allows me to call my custom code and then display the value I calculate.



Any ideas or suggestions?

1 Reply

  • Hello Mark,



    You should take a look at this video. It explains how to create script extensions, which is right what you need.



    Bye!