Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

Filling resources for stress testing of an application. How to

Hi there;

I got a client-server application which i have to stress test as the client requests stg to do from server. I need to test the stability of server against client requests and the easiest way is to use the server sides sources. How can i do this programmatically or with a program so that ican be sure whether the object remoting fails for a particular occasion?

Kind regards.
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

What version of .NET are you using?
Avatar of jazzIIIlove

ASKER

4
If you are using Visual Studio .NET 2010 Ultimate Edition, you can add a unit test project, and a load test to the project to run your unit tests with different scenarios.
I have ultimate VS and NUnit. So could you provide me the scenarios?

Regards.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial