If an Agile team encounters a failing API test during a sprint, what steps should they take according to Agile principles?
- Document the failure but proceed with development
- Ignore the failure and continue with development
- Log the issue for the next sprint's backlog
- Stop development and address the issue immediately
According to Agile principles, when a failing test is encountered, the team should halt development to address the issue promptly. This ensures that the team maintains a working product increment at all times, fostering a commitment to quality and responsiveness.
Loading...
Related Quiz
- In data-driven testing, what type of data sources are commonly used to provide input values?
- In a scenario where an API fails during automated tests in a CI pipeline, what is the most appropriate immediate action?
- What is the main difference between API testing and unit testing?
- In handling large data sets, the API's ability to _________ effectively is key to maintain optimal performance.
- What is the main focus of unit testing compared to API testing?