Extensive testing raises system quality.
This is the multi-page printable view of this section. Click here to print.
Testing
- 1: Test frameworks
- 2: Test principles
- 3: Testing tools
1 - Test frameworks
Requirements
- Implement unit testing.
- Implement mocks.
- Implement frontend testing.
Examples
See also
2 - Test principles
Requirements
- Practise test-driven development.
- Practise behaviour-driven development.
- Implement a test strategy.
Examples
- Test-driven development:
- Behaviour-driven development:
- Test strategy:
See also
3 - Testing tools
Requirements
- Measure code coverage.
- Automate testing.
- Deploy to test environments.