In this article we will explain the process of Appium Parallel Execution using Java Thread and Runnable interface in a detailed step by step manner. You will learn how you can run your Appium test scripts sequentially or in parallel on multiple android devices (or multiple emulators) connected to a single machine using USB ports.… Continue reading Appium Parallel Execution using Java Thread – Android
Appium Desktop Client – Features
This article is a continuation of our previous one on Appium Desktop app, where we provided the detailed steps on how you can download and install Appium Desktop, and then how you can use it to start and stop the Appium server. In this article, we will have a closer look at the Appium Desktop’s… Continue reading Appium Desktop Client – Features
Appium Inspector Tutorial – Part 1
Appium Inspector is the next set of articles in our Appium Tutorial series. This is a series of 4-5 articles which would help you learn the process of identifying elements on your mobile app. Let us start this by understanding what Appium inspection process actually is. What is Appium Inspection Process? In very simple words,… Continue reading Appium Inspector Tutorial – Part 1
Appium Inspector – Inspect mobile elements
This article is a continuation of our previous one on Appium Desktop Inspector, where you learned about how to connect Appium Desktop Inspector to your mobile device. The article explained in detail, the process of setting up Desired Capabilities using which the Inspector can launch the mobile app on your device. In this article, we… Continue reading Appium Inspector – Inspect mobile elements
More about UI Automator Viewer & Element Inspection
This is a continuation of our previous articles on Appium element inspection, where we covered the basics of UI Automator Viewer and learned how you can use it to inspect elements in your mobile app. There are few more points that we will cover in this article. It’s mostly related to an additional functionality of… Continue reading More about UI Automator Viewer & Element Inspection
UIAutomatorViewer – Inspect mobile elements
Welcome to Appium Inspector Tutorial – Part 2. This article is a continuation of our previous article on Appium Inspector, where you learned about UIAutomatorViewer. The previous article covered the very basics of UIAutomatorViewer such as how you can open it, and how you can inspect your mobile app. In this article we will go… Continue reading UIAutomatorViewer – Inspect mobile elements