yes, you understood.
Actually i have to launch a script for every single Window you meet in SAP application. For every launch my script generates a test library containing a mapping class for a particular window.
It wraps the logic to call an item event (click for Buttons, set for Edit, select for Combo...etc) and exposes only the methods (with a mnemonic) to the outer world for interacting with them in a simpliest way
For now it is a very boring and slow process, but it let me distinguish the logic of a single test script from the visual objects it uses.
So, there's the possibility to create a test script "listener" of the actions in order to let the things faster?
Regards
Actually i have to launch a script for every single Window you meet in SAP application. For every launch my script generates a test library containing a mapping class for a particular window.
It wraps the logic to call an item event (click for Buttons, set for Edit, select for Combo...etc) and exposes only the methods (with a mnemonic) to the outer world for interacting with them in a simpliest way
For now it is a very boring and slow process, but it let me distinguish the logic of a single test script from the visual objects it uses.
So, there's the possibility to create a test script "listener" of the actions in order to let the things faster?
Regards