소개
The API Integration Testing skill provides a standardized workflow for verifying .NET backend services directly from the command line. It automates the testing of security protocols, including JWT validation and role-based access, alongside full CRUD operation checks. Beyond functional testing, it specifically addresses multi-tenant security by verifying business isolation and ensures architectural integrity by validating that responses utilize DTOs rather than internal entities. This skill is ideal for developers and QA engineers looking to perform rapid, scriptable validation of Clean Architecture APIs before deployment.