View Single Post
  #1  
Old 10-25-2010, 03:38 PM
kodakdave kodakdave is online now
Registered User
 
Join Date: 04-14-2010
Posts: 12
Modal dialog detection

VBP: I wonder if there is a way to detect when a modal dialog occurs (due to a crash, for example....asking if I want to debug).

I have put timeouts on the steps where this is likely to happen (running nunit-console, etc.) but a modal dialog guarantees a timeout. At that point I need to know if the step merely ran out of time (tests took longer than I allowed), or whether some part of it crashed and sat around waiting for user interaction that never came.

Thanks.
Reply With Quote