# testing-strategy > Choose appropriate tests and reduce regressions. - Author: Pedro Teixeira - Repository: pedroct/treit-kit-agentes - Version: 20260208112849 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/pedroct/treit-kit-agentes - Web: https://mule.run/skillshub/@@pedroct/treit-kit-agentes~testing-strategy:20260208112849 --- --- name: testing-strategy description: Choose appropriate tests and reduce regressions. --- # Testing Strategy ## Steps 1. Prefer the smallest test that validates behavior. 2. Use unit tests for pure logic, integration for boundaries. 3. Add regression tests for bug fixes. 4. If tests cannot run, state the reason.