Hello Christophe,
Should I split a project in micro projects, each with one click and one event handler ? Moreover, I guess that only the event handler of the running project is used ? |
Yes, you are right, only the event handler of the running project is used during the test run.
I guess, splitting your project into multiple projects, each of them simulating an individual click, will make your test really difficult to maintain.
You can try using project variables to pass the required data to the OnLogEvent handler.
Good luck with your testing.