mustafayol
3 years agoContributor
same kind of event handlers for different events
Hi, Here is the imaginary scenario that resembles the issue that I have in a simpler explanation. 1) I created a desktop test, it has Test1, Test2 and Test3. Each test case handles different tasks...
- 3 years ago
Since it's all the same response, I would use one event handler for all three. I think that will get you one response per test and only from the tests that are running.
I don't believe that TestComplete understands that you mean those three event handlers to line up with the tests. It is just seeing an unexpected window and oh look here are the events I need to do when that happens and you get three messages no matter what.
- 3 years ago
Thank you, Marsha!
Hi mustafayol, does this help?