ot: testing my sitehttp://forums.asp.net/t/1254223.aspx/1?ot+testing+my+siteTue, 29 Apr 2008 23:04:07 -040012542232326652http://forums.asp.net/p/1254223/2326652.aspx/1?ot+testing+my+siteot: testing my site <p>Slightly off topic perhaps. I want to test my database providers and connections in 2 controllers by simulating multiple users hitting 2 different pages (each on a different controller) simultaneously. How could you set this up? I want to check for thread safety issues etc. I can't run 2 browser sessions myself exactly at the same time.<br> </p> <p>&nbsp;</p> <p>&nbsp;</p> 2008-04-29T05:41:11-04:002328236http://forums.asp.net/p/1254223/2328236.aspx/1?Re+ot+testing+my+siteRe: ot: testing my site <p>What technologies are you familiar with?&nbsp; There's LoadRunner, Web Application Stress Test, Application Center Test (?), and others out there...</p> 2008-04-29T18:13:57-04:002328394http://forums.asp.net/p/1254223/2328394.aspx/1?Re+ot+testing+my+siteRe: ot: testing my site <p>I think I used Application Center Test a few years ago. I don't care about loading, I am much more interested in timing. I need to control when requests hit different pages. If I could get 5 requests on one page, and 5 on another, at the same time, that's what I need. The tool should be free. Do you know of anything that will do this?</p> <p>&nbsp;</p> <p>&nbsp;</p> 2008-04-29T19:28:59-04:002328713http://forums.asp.net/p/1254223/2328713.aspx/1?Re+ot+testing+my+siteRe: ot: testing my site <p>Threading is an ugly beast. </p> <p>The only way to truly test threading issues is to run stress tests for a sufficient amount of time without seeing any issues. Even then you can only be &quot;convinced&quot; that there's nothing wrong. The longer you run with no error the more convincing it gets.</p> <p>If you know the lines of code which might have problems running in multiple threads you might be better off writing your own stress test app and testing the code directly. instead of wasting time with the whole web stuff.<br> </p> 2008-04-29T23:04:07-04:00