More Keys to Effective Agile Testing
Explore essential Agile testing practices that empower developers to take responsibility for code quality. Learn how to measure and maintain effective test coverage, integrate static code metrics, and prioritize test suite upkeep to support continuous delivery of reliable software.
We'll cover the following...
We'll cover the following...
- Ensure developers take primary responsibility for testing their own code
- Measure code coverage
- Beware of abuse of test coverage measures
- Monitor static code metrics
- Write test code with care
- Prioritize maintaining the test suites
- Have the separate test organization create and maintain acceptance tests
- Keep unit tests in perspective
Aside from including testers on the ...