I have a relatively simple ASP.NET application which I need to stress test (e.g. run it in a simulated environment of 20 concurrent users).
Even though app is relatively simple there a few places where it brings up a popup window with one button on it. When user clicks that button - a response return some text back to the pop up window. This text has to be examined for a "successfullness" and popup have to be closed after that.
I have checked a few tool - but it looks like all of them have some issues with popup windows.
Can someone recomend me a testing tool which could handle these nasty pop ups?
Thank you.