Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I wanna to write test cases in NUnit test project for REstful WCF service.
How can I use NUnit test to test RestFul wcf services?

Thanks in advance....
Posted
Updated 9-May-13 21:39pm
v2

you can use the HTTPWebRequest/HttpWebResponse classes to make the requests/decipher response. Check out this for the usage:
http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx[^]

For simple requests you could also use fiddler or restclient(jar) apps.
 
Share this answer
 
v2
Comments
ashok yede201 10-May-13 4:23am    
Thank You for reply.
But I have POST methods and I wanna to pass some Stream, then how can I consume and send Stream to request.
can you please give me example with some code?

Thank you.
I have created one NUnit project and I have test case which directly calls to the rest service and we can test that response with expected response.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900