Run Selenium Java Tests In Azure DevOps
Learn to run Selenium Java tests in Azure DevOps, focusing on continuous integration and testing best practices.
We all write automated tests using Selenium WebDriver and Java. While developing and testing our automation code, we run it locally on our computers. Others should be able to change or run the code as well. This becomes possible when the code is added to a repository, from which other people can also access it. Once the code is in a repository, it can be executed in a CI/CD environment – such as Jenkins or Azure DevOps – through pipelines. This is the focus of this course.
In this course, we will add a local automation project built with Java, TestNG, and Selenium to an Azure DevOps project, share the repository with other people and run its tests through pipelines.
There are no reviews yet.