I'm trying to do some unit/integration tests between pages of my ASP.NET site but can't seem to find any tool that can work effectively with modal dialogs generated by the showModalDialog
command (FF3, IE).
Does anyone have experience testing these annoying things?
Update: @bbmud was right--WatiN supports modal dialogs very well. Here's the example that got me started.
Thanks!