Does anyone know how to tell when a Windows Form has settled down?
For example after filling in a Form and pressing a button it takes different amount of time for the system to be ready to react to new input.
Sometimes there is wait time needed after double clicking on a row of a table. The system is thinking and then does something and then stops moving.
Is there a way to know when the Windows Form is done?
I am working with automation testing on the outside of the application using Infragistics Test Advantage.
Thanks,
Kevin
Hi Kevin,
There's no one catch-all event like you seem to be looking for. What event you use depends on what's happening and what is causing the delay, and what you want to do once that delay or processing has completed.