In Agile process,software is developed in incremental,rapid cycles resulting in small and incremental releases,with each release building on previous functionality. Each release is thoroughly tested, which ensures that all issues are addressed in the next iteration.
A
Correct answer
Explanation
Agile development is characterized by iterative development in short cycles (sprints), delivering incremental releases of working software. Each iteration includes testing, though the claim that 'all issues are addressed in the next iteration' is overstated - Agile manages backlog continuously rather than guaranteeing zero carryover issues. The core description is accurate.