Is there a UI unit test that can test interactions with modal dialogs (via showModalDialog)?
I am trying to do some modulation / integration tests between the pages of my ASP.NET site but cannot find any tool that can work effectively with modal dialogs generated by the command showModalDialog
( FF3 , IE ).
Does anyone have any experience with testing these annoying things?
Update: @bbmud was correct - WatiN supports modal dialogs very well. Here's an example that got me started.
Thanks!
+1
a source to share
2 answers