Run Selenium Java Tests In Azure DevOps
Discover how to run Selenium tests in Azure DevOps for automated web application testing, focusing on CI/CD integration and test management.
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.