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


Are you tied to any particular platform? From your questions and answers, I am guessing C # /. NET;)



WatiN has good support for modal and modeless dialogs in IE, but I'm not sure if it works on FF3.

+1


a source


I am the second WatiN if you are looking for something for free.



0


a source







All Articles