Execute automation scripts using Pipeline in Jenkins

Execute automation scripts using Pipeline in Jenkins

What is Jenkins? Jenkins is a Continuous Integration (CI) Server or open-source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins supports the complete development lifecycle of software from building, testing and deploying a software development lifecycle. For example, if the team is developing a project, Jenkins will continuously test your…
Read more

XPath in Selenium WebDriver

XPath in Selenium WebDriver

Locators In Selenium automation, Locators are used to locating the elements on webpages but very often it has been observed that either multiple matching elements are located or not even any element is located. So, in order to accurately locate the elements on the webpage, the XPath locator is used. There are different types of…
Read more