What is the best way to test web service using NUnit.
I want it to be automated, i.e, I don’t want to have a separate process to host the web service for the testing code to consume.
What is the best way to test web service using NUnit. I want it
Share
It depends on what you want to test. It’s possible to do full integration tests and there is some value in that (checking serialization, for instance). One simple way to get good test coverage with minimal work is as follows: