Introduction In the previous post we have talked about the requirements for appium, the code structure of the project, running the first scenario, and going through some of the code. In this post I’m going to talk about the configuration in the project, how to set the appium server, and…
Automation tests for an Android app using Appium (Part 1)
Introduction In this post I’m going to talk about the steps for automating your Android application using Appium. By automation it is meant, execution of steps in a given scenario to ensure the application behavior is as per requirement. In this post I’m going to cover an example automating an…