Acerca de
The Standard Testing Principles skill provides a comprehensive framework for writing high-quality tests across any programming language or framework. It guides the development process using the Red-Green-Refactor TDD cycle, implements the Arrange-Act-Assert (AAA) pattern, and maintains a healthy test pyramid structure. By establishing clear guidelines for unit, integration, and end-to-end testing, alongside strict standards for test isolation and mocking, this skill helps developers build reliable test suites that provide fast feedback and act as living documentation for their codebase.