I am writing this article to brief better understanding about Automation Testing career in IT/Software Industry. In these days there is very good opportunity as well as growth in this career wi…
Explicit Wait is a method in Selenium WebDriver to pause the script till defined element is not available on web page. When explicit wait method is called into a automation script then script will w…
Implicit Wait is a method in Selenium WebDriver to pause the script till defined time. When implicit wait method is called into a automation script then script will wait till defined time to execute…
Following tools are needed before to start the selenium Webdriver scripting:
Following should be the locator preference in Selenium automation scripting: 1. ID Locator 2. NAME Locator 3. CSS Locator 4. XPATH Locator 5. DOM Locator 1. ID (id) Locator: Select the ele…