Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 05, 2013 02:26 PM by sukumarraju
All-Star
16971 Points
2999 Posts
Jan 25, 2013 04:32 PM|LINK
Useful references (msdn code) or similar for Web API service testing is appreciated.
Looking beyond this http://www.peterprovost.org/blog/2012/06/16/unit-testing-asp-dot-net-web-api
something similar to this http://blog.jonathanchannon.com/2012/11/29/asp-net-web-api-testing/
Testing actual HTTP response and Request rather than just the data(Data layer testing is different to Service layer testing)
Jan 25, 2013 10:12 PM|LINK
http://code.msdn.microsoft.com/Contact-Manager-Web-API-0e8e373d
BUT it is DAL testing rather than Http service testing.
Further help appreciated
Feb 05, 2013 02:26 PM|LINK
Unit test cases implemented using NUnit for Controllers and Service Http response.
Solution is accessible from MSDN'S code samples at
http://code.msdn.microsoft.com/ASPNET-Web-API-NUnit-ac687169
sukumarraju
All-Star
16971 Points
2999 Posts
nUnit testing for Web API
Jan 25, 2013 04:32 PM|LINK
Useful references (msdn code) or similar for Web API service testing is appreciated.
Looking beyond this http://www.peterprovost.org/blog/2012/06/16/unit-testing-asp-dot-net-web-api
something similar to this http://blog.jonathanchannon.com/2012/11/29/asp-net-web-api-testing/
Testing actual HTTP response and Request rather than just the data(Data layer testing is different to Service layer testing)
Application Architecture Guide 2.0
My Blog
Twitter
sukumarraju
All-Star
16971 Points
2999 Posts
Re: nUnit testing for Web API
Jan 25, 2013 10:12 PM|LINK
http://code.msdn.microsoft.com/Contact-Manager-Web-API-0e8e373d
BUT it is DAL testing rather than Http service testing.
Further help appreciated
Application Architecture Guide 2.0
My Blog
Twitter
sukumarraju
All-Star
16971 Points
2999 Posts
Re: nUnit testing for Web API
Feb 05, 2013 02:26 PM|LINK
Unit test cases implemented using NUnit for Controllers and Service Http response.
Solution is accessible from MSDN'S code samples at
http://code.msdn.microsoft.com/ASPNET-Web-API-NUnit-ac687169
Application Architecture Guide 2.0
My Blog
Twitter