Back to Browse

ASP.NET Integration Testing

17.6K views
Mar 31, 2023
25:06

Unit tests on a Web API application can save time, but they can miss errors the occur with API itself - or report errors that aren't really there. Integration testing is the solution. Source code available at: https://github.com/JasperKent/WebApi-Integration-Testing Topics include: - The problems of manual testing - The problems of external test scripts - The problems of unit testing in C# - Integration testing with the ASP.NET WebApplicationFactory - Injecting Moq objects - Access Program by avoiding top-level statements

Download

1 formats

Video Formats

360pmp457.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

ASP.NET Integration Testing | NatokHD