WCF Unit Test

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

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

8条回答
  •  春和景丽
    2020-12-12 19:51

    You can use Typemock Isolator to do that. Here are a couple of posts on the issue of testing the client side, and the server side. You can do that without any dependency, including a config file.

    Gil Zilberfeld Typemock

提交回复
热议问题