0

We are working on one of the project and our requirement is to perform load/performance testing of wcf services hosted in windows where client uses .net tcp binding to communicate with the services. We generally use Jmeter and Gatling for any load testing but as far as we know, these tools does not support TCP protocol services. We did some research and found some tools like like Visual studio 2010 ultimate edition which can be used for load testing of wcf services. can anyone suggest anything/provide any assistance regarding the same e.g. tools, approach or any references? Any help would be greatly appreciated. Thank you.

1 Answers1

0

You can refer the simple steps from here for load and performance testing of WCF service.

Here a quick how-to to implement WS testing using jmeter.

When the binding allows, you can start the service in the managed server and run NUnit tests against it. https://www.codeproject.com/Articles/73714/A-Better-Visual-Studio-2008-2010-Development-Serve

You can also choose unit tests

And look into these 2 posts - they seem relate to your problem:

WCF with tcp.net binding testing with JMeter

How to test a WCF Webservice with JMeter?

Lan Huang
  • 613
  • 2
  • 5