I need to make tests for my webservice project. In my webservice Interface there is a method named loginuser
with string params username
and password
. It uses C#, WCF, and Visual Studio.
How do I to test that loginuser method in my webservice returns correct results?