问题
I have a problem that in JMeter I can setup server / port, but my application is hosting on IIS 7.5 and WCF service is a "Application" under specific web site. So the service endpoint is
http://localhost:8002/Some.Aplication/Some.Application.svc
WCF application is supporting tcp.net binding also and I should use it(tcp.net).
Ho can I set up JMeter for sending specific packet over tcp to this endpoint ?
Thanks.
回答1:
You need to use TCP Sampler, and probably write a custom TCPClient class for it for easier handling of custom reads/writes.
来源:https://stackoverflow.com/questions/8053754/wcf-with-tcp-net-binding-testing-with-jmeter