More Keys to Effective Agile Testing
Learn other key factors for effective Agile testing.
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 development teams and using automated tests, keep in mind the following keys to effective Agile testing.
Ensure developers take primary
...Ask