WCF Unit Test

前端 未结 8 666
误落风尘
误落风尘 2020-12-12 19:38

How to unit test WCF services? Any 3rd Party tools available?

相关标签:
8条回答
  • 2020-12-12 20:02

    If you want to test the actual running service then SoapUI is free and has some excellent features. The only caveat is that I have only tried it with the Basic HTTP binding.

    0 讨论(0)
  • 2020-12-12 20:04

    I have seen SOA Test used to evaluate performance and scalability tests on WCF services, if this is what you seek. I have no information on cost or liscencing.

    In our case, we captured the messages from our UI in order to perform automated testing.

    0 讨论(0)
提交回复
热议问题