I'm trying to figure out the best way to load test a Windows Forms application, that hits a server and gets a response. I need to load test it for multiple users and I'm not sure if the load testing tools inside visual studio 2010 will work.
Any advice is appreciated.
Here's something you can try..
Moving the code that makes the call to the server to method A without the rest of the application should make repeating the test much easier and ease the load on the client machine performing the test.
Here's sample code of a similar idea simulating load test of accessing a database C# Stress Test - Simulate multiple access to a given shared resource
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With