Appium Tutorial - How to Create Mobile Automation Framework - Part 7

In this Appium Automation Tutorial Series we will learn how to create Mobile Automation Framework for Android platform. I will show and explain step by step, class by class, how to implement all of the layers in this Automation Framework for Android. This framework will not address automation on iOS platform. By the end of this series you should have the understanding on how to design and structure your own Framwork, and how to implement your own API. You will also learn advanced JUnit usecases and how to implement them in your own Android automation framework. I will cover things like JUnit Rules, Retry, and Parametarized test runs. At the end of this Appium Tutorial series you will have a solid platform for an automation framework that you can take and develop further depending on your requirements. We will use object oriented programming to help us build very readable and reusable code. We will create wrappers for Appium, and ADB (Android debug bridge). We will also create our own DriverMager that will au
Back to Top