UI Automator Viewer : Get Android App Element’s XPath, ID, Name And className
We learnt how to use UI Automator Viewer in PREVIOUS POST to locate and get properties details of android native software app’s […]
We learnt how to use UI Automator Viewer in PREVIOUS POST to locate and get properties details of android native software app’s […]
Selenium Tutorial Selenium tutorial is designed for basic to advanced level user. Selenium webdriver is widely used open source automation testing tool […]
Earlier we learnt how to perform data driven software automation testing using Java Excel API to read data from excel file In THIS […]
As we have seen in my previous posts, we can use textToBePresentInElementLocated(By, String) WebDriver condition to wait for text present on page and […]
Selecting item/value from drop down is needed in android software app as most of the apps contain drop down. Earlier we learnt […]
In previous step, we learnt about how to locate android native software app elements by XPath, ID and className and We will […]
If you are using selenium webdriver as automation tool to test software web application and wants to create selenium webdriver data driven framework […]
Which selenium interview questions and answers you need to prepare before interview? You must know selenium interview questions and answers which are generally asked by interviewer. […]
As you know, Selenium webdriver Is very big project which supports many different languages to create test cases and execute them In […]
Element locator in selenium Element locators in selenium plays very crucial role. Selenium find element using element locator. Selenium webdriver is automation […]