var fDesc=new Array(); fDesc[0] = "A Load Testing Tool for Web Applications and Mobile

Stress Test Your Website with Ease
Record any browser or web application activity and StresStimulus will replay it with hundreds or thousands of concurrent users. It executes HTTP load testing by accurately emulating and measuring user impact on server infrastructure.

Improve Web Performance Faster
Monitor the performance of every HTTP request, page and transaction. StresStimulus will help to isolate performance bottlenecks and poor scaling areas so you can focus only on areas that require optimization.

Select On-Premise or Cloud Load Testing
Run tests from a single test machine or spread virtual users between any number of load generators instantiated on-premise, on your private cloud or in public clouds such as Amazon Web Services or Azure.

Mobile App Load Testing
Record traffic from your Apple, Android, Windows phone or Blackberry mobile device, and then replay it to realistically emulate your user-base. Comprehensive mobile performance reports help pinpoint any performance irregularities and optimize your app.

Supports All Major Web & Enterprise App Platforms
StresStimulus works with all main web platforms, like ASP.NET, Java, PHP and with the majority of Enterprise application platforms such as Microsoft Dynamics CRM, SharePoint, Silverlight, Oracle, GWT and SAP BPC.

The Only Load Testing Tool That Works in Fiddler
Fiddler is the world's most popular free web debugging proxy. In addition to working as a stand-alone stress testing tool, StresStimulus can also be a Fiddler add-on to combine performance testing and debugging in one solution."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }