When you start learning Appium or start writing your first test script with it, your initial approach (especially from a beginner’s point of view) would be to start and stop the Appium server manually. Initially, a lot of people start working with the GUI based Appium versions. GUI versions of Appium are easy to use,… Continue reading 3 ways to start Appium Server from Java
Month: September 2017
Appium Parallel Execution using Java Thread – Android
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