freeCourse Image for Android Automation Using Appium

Android Automation Using Appium

Intermediate
15 Lessons
15h 19m

Mobile Apps are getting popular every day. As an automation engineer, it is imperative to know how to automate mobile apps using Appium. We will learn how to use Appium effectively to automate native web apps.This course gives you enough confidence to build a mobile test automation framework from scratch.

Start Watching

Course Content

15 Lessons · 15h 19m

01. AWS EC2 and Appium Introduction

56m 51s

In this video, we will see how we can hire a AWS EC2 instance to practice appium(For people who cannot afford high cost laptops) and introduction to appium.

View All

What You Will Learn

  • How to setup Appium Configuration
  • Appium's Architecture and Appium CLI
  • How to execute tests on physical devices, emulators & cloud providers like Browser Stack
  • Different locator strategies, including UiAndroidAutomator
  • How to automate Mobile Gestures like Tap, Swipe, drag & drop, and Double Tap.
  • Using AssertJ, TestNG, DataProvider with Appium
  • How to use Amazon EC2 instance for practice
  • Some tips on Appium Manual Testing

Prerequisites

  • Basics of Java
  • Basics of Testing