Category: Appium Tutorials
What are Mobile Element locators in Appium?
July 23, 2019
In any form of automation testing, we need to identify the objects and they are identified by locators. We have discussed various locators in WebDriver as well; we used …
How to find Elements in Appium using UiAutomatorViewer tool?
July 22, 2019
In web GUI automation we can easily find elements through the browser’s inbuilt inspector tool. Earlier, finding an element in Mozilla Firefox was even easier with Firepath, but it …
6 Quick Steps to Create Android Emulator for Appium Testing
July 21, 2019
We have discussed the installation of Appium server in our last article. Hope you have done it properly without any trouble. Well, if it comes to Mobile testing then …
5 Easy Steps to Install Appium in your System for Mobile Automation
July 20, 2019
In the previous tutorial, we discussed the introduction to Appium and its architecture. Today we are going to discuss the guide to Install Appium in your machine so that …
Introduction to Appium Server & Its Architecture for Mobile Automation
July 19, 2019
We have discussed most of the web GUI automation with Selenium WebDriver. It’s high time to switch to mobility and mobile automation testing because mobile-first is the talk of …