During a sprint, a new API feature is developed. What is the Agile approach to testing this new feature?

  • Conduct automated testing alongside development
  • Delay testing until the end of the sprint
  • Perform exploratory testing without formal test cases
  • Test the feature thoroughly in the development environment
In an Agile approach, testing is integrated throughout the development process. Automated testing, conducted concurrently with development, ensures early detection of issues, facilitating quick feedback and adjustment. This approach aligns with Agile principles, promoting continuous testing and collaboration within the team.
Add your answer
Loading...

Leave a comment

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