Mar 12, 2009
Why Load Testing Ajax is Hard
The reason Ajax has complicated things is that it encourages more logic and state to run inside the browser session. This means that just watching the traffic across the wire doesn’t necessarily tell the full story. The richer an app gets, the more difficult it gets to simulate the exact effects of hundreds or thousands of users hitting your site. Here are few tips you can use to better your AJAX performance testing - continue reading…

Leave a Reply