Agile Testing
Agile testing is software testing that follows agile development best practices. For example, agile development takes an incremental approach to design. Similarly, agile testing involves an incremental approach to testing. In this type of software testing, features are tested as they are developed.
MAYATECK
Agile Testing Lifecycle
1. Contributing to user stories based on the expected behavior of the system represented as test cases.
2. Release planning based on test effort and defects.
3. Sprint planning based on user stories and defects.
4. Executing sprints with continuous testing.
5. Regression testing after sprint completion.