Unit Testing an ASP.NET Core 6 Web API
Offered By: Pluralsight
Course Description
Overview
Unit testing your ASP.NET Core Web API helps with improving its reliability. This course will teach you the ins and outs of unit testing with xUnit in detail.
Unit testing improves the reliability of your application. In this course, Unit Testing in ASP.NET Core Web API, you’ll learn the ins and outs of unit testing with xUnit.net. First, you’ll explore the arrange, act, and assert pattern by covering core unit testing scenarios like asserting on strings, collections, and exceptions. Next, you’ll discover different approaches to set up your test context, work with data-driven tests, and how to isolate tests. Finally, you’ll learn different approaches to testing API-specific concerns like testing controllers, middleware, and filters. At the end of the course, you’ll learn how to integrate testing in your workflow. When you’re finished with this course, you’ll have the skills and knowledge needed to improve your application reliability with unit testing.
Unit testing improves the reliability of your application. In this course, Unit Testing in ASP.NET Core Web API, you’ll learn the ins and outs of unit testing with xUnit.net. First, you’ll explore the arrange, act, and assert pattern by covering core unit testing scenarios like asserting on strings, collections, and exceptions. Next, you’ll discover different approaches to set up your test context, work with data-driven tests, and how to isolate tests. Finally, you’ll learn different approaches to testing API-specific concerns like testing controllers, middleware, and filters. At the end of the course, you’ll learn how to integrate testing in your workflow. When you’re finished with this course, you’ll have the skills and knowledge needed to improve your application reliability with unit testing.
Syllabus
- Course Overview 1min
- Introduction to Unit Testing 39mins
- Tackling Basic Unit Testing Scenarios 59mins
- Setting Up Tests and Controlling Test Execution 34mins
- Working with Data-driven Tests 24mins
- Isolating Unit Tests with ASP.NET Core Techniques and Mocking 46mins
- Unit Testing ASP.NET Core API Controllers 64mins
- Unit Testing ASP.NET Core Middleware, Filters and Service Registrations 16mins
- Integrating Unit Tests In Your Development and Release Flows 27mins
Taught by
Kevin Dockx
Related Courses
Ruby on Rails: An IntroductionJohns Hopkins University via Coursera Internet of Things Capstone: Build a Mobile Surveillance System
University of California, San Diego via Coursera Engineering Maintainable Android Apps
Vanderbilt University via Coursera Orientação a Objetos com Java
Instituto Tecnológico de Aeronáutica via Coursera TDD – Desenvolvimento de Software Guiado por Testes
Instituto Tecnológico de Aeronáutica via Coursera