In a project using Agile methodology, what approach should be taken when a new feature is added late in the development cycle?

  • Automate all test cases for the new feature immediately
  • Delay the testing of the new feature until the next iteration
  • Prioritize test automation for critical existing features first
  • Use exploratory testing for the new feature before deciding on automation
In an Agile project, when a new feature is added late in the development cycle, the approach should prioritize test automation for critical existing features first. This ensures that the core functionality is thoroughly tested and stable before incorporating the new feature. Delaying testing or automating all test cases for the new feature immediately may lead to insufficient coverage of essential functionality, impacting the overall quality of the software.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *