Testing
home / developer / best-practices / testing This section covers Tux's testing strategies and practices across different testing levels.
Testing Types¶
- Unit Testing - Individual component testing
- Integration Testing - Component interaction testing
- E2E Testing - End-to-end workflow testing
- Test Fixtures - Test data and setup utilities