• Post category:StudyBullet-7
  • Reading time:5 mins read


Beginner to Intermediate course on Mobile Test Automation for Android using Appium(JAVA)

What you will learn

You will gain the knowledge of what is mobile automation and what are the different types of mobile applications

You will learn how to create scripts for any mobile application in Android using Appium at the end of the course

Confidently demonstrate a good knowledge on mobile automation using Appium and clear the interviews

Start mobile automation testing with Appium effectively

Description

Learn Mobile Automation and be part of the growing market of mobile testing industry.

In the recent past mobile industry has grown tremendously and the need for application testing on mobile has also grown. Appium provides an environment to test the application on Mobile and is one of the most popular tool to test mobile application.

Appium supports with both Android and IOS, however in this course we will only work with Android Application. The advantage of Appium is that the code written is cross platform with minimal changes. Android is the most widely used platform in mobile industry and learning android automation gives an edge if you want to switch to mobile automation.


Get Instant Notification of New Courses on our Telegram channel.


The topics covered in this course are

  • Introduction
  • Different types of Mobile Application and difference between them
  • Appium Architecture
  • Installation and Setting up Appium Environment
  • Simple Program and getting application information using APKInfo
  • Mobile Element location strategy(i,e how to identify and interact with mobile elements)
  • Complete test case with assertion using Emulator
  • Complete test case with assertion using Real DeviceΒ (including how to connect to real device using Vysor)
  • Real time scenario of including application apk file within the project
  • Identify and Interacting programmatically with the Basic Controls on mobile device
  • Working with Gestures/Touch Actions
  • Useful driver methods
  • Simple Web App Example

Due to time constraint for free videos on Udemy, some videos are unpublished, pls go to you tube channel “Raj Tech-Trainer” and subscribe, like and share the content on the channel for upcoming videos.

English
language

Content

Introduction to Appium

Introduction to Appium
Difference between Native, Web and Hybrid App
Appium Architecture

Appium Setup on Windows platform

Setting up the environment on Win10
Creating AVD (Android Virtual Device)
Running the entire setup in one go (must watch)

First Appium Program

Simple Appium Program
Get Application Info using ApkInfo App

Location Strategies to find Android Elements

Locator Strategy – Part1
Locator Strategy – Part2

Complete Test case with Emulator and Real Device

Complete test case using calculator using Emulator
Connecting real device using Vysor
Complete test on a real device

Working with Controls

Including Apk file within a project
Working with Basic Controls – Part1
Working with Basic Controls – Part2

Gestures, Driver Methods

Working with Appium Gestures, Touch Actions
Useful Driver Methods

Simple Web App Example

Simple WebApp Example