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.
Loading...
Related Quiz
- What advanced feature of Postman allows for dynamic data use in API testing?
- What is an effective strategy for handling intermittent errors in automated tests?
- In the context of scripting languages, how does the choice of language impact the maintenance of automation scripts?
- __________ is a critical process in DevOps that ensures the consistency of test environments and results.
- What is the primary use of Apache JMeter in the context of software testing?