views:

607

answers:

2

I am developing a Windows .NET application (WinForms) and I need to simulate a stress test of the database and the application ( more than 100 conections).

What tools do you recommend?

+1  A: 

Tools like AutomatedQA TestComplete allow you to make a script which simulates a user controlling your application. Running multiple scripts at the same time could be your stress test.

Lars Truijens
+1  A: 

Is there any open source tool for the same?

ASSY