Introduction In the previous post I have talked about the iOS driver initialization, and its configuration, and few tips that are going to help you while writing the automation tests. But before you start writing the automation tests you need to know which location strategy to use in order to locate…
Automation tests for iOS app using Appium (Part 2)
Introduction In the previous post I have talked about the Appium requirements for running automation tests on iOS, project structure, and the configuration. In this post I’m going to spend more time talking about the code structure, initializing the driver, common issues that every newcomer may occur, and how to…
Automation tests for iOS app using Appium (Part1)
Introduction The development process of iOS applications has drastically evolved during the following years, and nowadays everyone is hyped by using some specific architecture, writing unit tests, improving the application, etc. This is very important for today’s market, where each company is racing with it’s competitors to deliver new feature…