In a CI/CD pipeline, API tests are often executed after the _________ stage.

  • Build
  • Deployment
  • Planning
  • Testing
In a CI/CD pipeline, API tests are typically executed after the Deployment stage. This is because, during the Deployment stage, the application is deployed to a testing environment, allowing for comprehensive API testing to ensure the proper integration of components. API tests at this stage help catch integration issues before they progress further in the pipeline.
Add your answer
Loading...

Leave a comment

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