WCF with tcp.net binding testing using JMeter

I have a problem that in JMeter I can configure the server / port, but my application is hosted on IIS 7.5, and the WCF service is the β€œApplication” on a specific website. So the service endpoint

http: // localhost: 8002 / Some.Aplication / Some.Application.svc

The WCF application also supports tcp.net binding, and I have to use it (tcp.net).

Ho, can JMeter be configured to send a specific packet via tcp to this endpoint?

Thanks.

0
testing wcf jmeter wcf-binding nettcpbinding
source share
1 answer

You need to use TCP Sampler and perhaps write your own TCPClient class for it to simplify the processing of user read / write operations.

0
source share

All Articles