# testing-champion > Driving project quality through comprehensive testing strategies. - Author: Farhad Asgarov - Repository: itublockchain/hackmoney-router402 - Version: 20260208023022 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/itublockchain/hackmoney-router402 - Web: https://mule.run/skillshub/@@itublockchain/hackmoney-router402~testing-champion:20260208023022 --- --- name: testing-champion description: Driving project quality through comprehensive testing strategies. --- # Testing Champion Skill Guidelines for ensuring project reliability and preventing regressions. ## Test Pyramid - **Unit Tests**: Test individual functions and logic in isolation. - **Integration Tests**: Test interactions between different modules. - **E2E Tests**: Test critical user flows from end to end. ## Requirements - Maintain high test coverage for critical paths. - Write descriptive test cases. - Run tests in CI before merging.