qa-testing-nunit
Installation
SKILL.md
QA Testing (NUnit)
Quick Start
- Classify test scope: API, component, or integration.
- Lock runtime constraints: Docker availability, framework target, and excluded suites.
- Choose fixture pattern: one fixture per controller or handler family.
- Wire dependencies: Testcontainers for databases, WireMock for external services.
- Run iteratively:
code → build → dotnet test → fix → repeat.