Topic
WebApplicationFactory, test authentication, isolated dependencies, relational test containers, and HTTP-boundary verification.
Practice items tagged with ASP.NET Core Integration Testing.
Checks health, authentication, and one critical read flow after deployment without creating persistent business data.
Builds a bounded readiness check for one required dependency while keeping liveness independent and responses non-sensitive.
Uses WebApplicationFactory with test-only authentication and isolated dependencies to exercise the real ASP.NET Core pipeline.
Uses two isolated EF Core contexts to reproduce a real optimistic-concurrency conflict through the API boundary.
Expresses allowed and denied capability combinations as one parameterized API integration test.
Proves repeated requests with one idempotency key create one resource and return a consistent result.