Challenge: Applying an Integration Test
Explore setting up integration tests in a .NET API application using xUnit. Learn to modify projects for testability and create tests for specific API endpoints that ensure proper functionality following automated testing best practices.
We'll cover the following...
We'll cover the following...
In this challenge, we’ll set up integration tests that follow some requirements in the playground at the end of this lesson.
We have an API application and a test project. Within the test ...