Pick a focused question that fits your time, stack, and interview goal.
10 results across 1 active filter
Page 1 of 1
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.
Proves that one authenticated user cannot read or modify another user's private resource.
Uses a controllable fake HTTP handler to prove request cancellation reaches a downstream dependency.
Walks API pages through equal sort values and verifies no duplicate or missing resource ids.
Verifies status, content type, stable error extensions, and field errors for an invalid API request.