load-test

load test / stress test web services

Hi, Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web page centered. Thanks in advance. ...

What is a good benchmark test for load testing a production system running IIS?

I've noticed a few posts regarding stress testing IIS, but I'm more interested in knowing a good way to establish a bench mark of what my physical web server can handle. I'm working on a production system right now that seems to be slowing to a near halt on a daily basis, and no one can seem to figure out what is causing the issue. Thi...

How can I measure the overhead of a mocking framework (TypeMock)?

I'm just beginning to evaluate mocking frameworks for my team and am wondering if anyone has any pointers to reference documentation or experience that you can share regarding the cost of mocking when doing performance tests. Links? Personal experience? Details appreciated. ...

Programmatic Load Testing?-- outside Visual Studio

I was just wondering if there is a FREE framework I can use to programmatically run WCF load tests outside of Visual Studio. I've seen that NUnit provides such functionality for unit testing, but can you do load testing with it? Any help would be appreciated. Thanks. ...

dedicating processes or appdomains to virtual users in VS2010 load tests

Hello, I'm using VS2010 to run a load test. I've successfully run 2 unit tests in separate appdomains. But I want to run 2 (and more) instances, or virtual users, of the same unit test in separate appdomains or processes. How can i do that ? Thanks in advance. ...