c# - How to write integration/health test of a wcf service on which I have no control? -


i need write little more simple test service. have no control on it, specific request returns specific response know should return.

you create project in solution named yourproject.integrationtests , place tests of kind in there.

you use same tools use unit testing create test cases (nunit, xunit, mstest, etc)


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -