Your team follows Agile methodology with continuous integration and frequent deployments. Which tool, integrated with CI/CD pipelines, will ensure that automated tests run with each build and deployment?

  • ALM
  • JIRA
  • Jenkins
  • TestNG
Jenkins is a widely-used Continuous Integration/Continuous Deployment tool that facilitates the automation of parts of the development process. By integrating Jenkins with a project's CI/CD pipeline, teams can ensure that automated tests are executed with every build, promoting a robust testing culture in Agile environments.
Add your answer
Loading...

Leave a comment

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