Guide To Generate Extent Reports In Selenium WebDriver

In this article, We will learn How to generate Extent Reports in Selenium WebDriver. What are Extent Reports? Extent Reports is an open-source reporting library useful for test robotization. It can be fluently integrated with major testing fabrics like JUnit, NUnit, TestNG, etc. These reports are HTML documents that depict results as pie maps. They… Continue reading Guide To Generate Extent Reports In Selenium WebDriver

Locators in Selenium Webdriver

What are Locators in Selenium? Locators is an order that reveals to Selenium IDE which GUI components ( say Text Box, Buttons, Check Boxes, and so on) its necessities to work on. Locators are one of the fundamental segments of the Selenium foundation, which help Selenium scripts in remarkably distinguishing the Web Elements(such as text… Continue reading Locators in Selenium Webdriver