Scenario: A software development team is adopting a Continuous Integration (CI) approach. Which test execution tool would best fit into their CI/CD pipeline?

  • JIRA
  • Jenkins
  • LoadRunner
  • Selenium
Jenkins is a widely used CI tool that integrates seamlessly into CI/CD pipelines. It allows automated testing to be executed continuously, ensuring that testing is an integral part of the development process. Selenium, JIRA, and LoadRunner may play roles in testing but aren't specialized CI tools.
Add your answer
Loading...

Leave a comment

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