August 2014
Intermediate to advanced
408 pages
9h 54m
English
CHAPTER 11
![]()
Testing Web API Services
This chapter covers testing your ASP.NET Web API service. It will take a comprehensive look at both isolated unit testing of the individual Web API components and at broadly scoped end-to-end integration tests.
You will learn how to do the following:
All the code samples used in this chapter rely on xUnit as the testing ...