How to make playback wait for certain event?

Note: Cross posted from Gautam Goenka (MSFT).

Permalink

One of the FAQs on Coded UI Test is how to make playback wait for certain event? For example, how to wait for the window to show up or how to wait for the progress bar to disappear etc.

The answer is to use appropriate UITestControl.WaitForControlXXX() method from the list below -...

Note: Cross posted from Gautam Goenka (MSFT).

Permalink