-
Book Overview & Buying
-
Table Of Contents
Appium (Selenium)-Mobile Automation Testing from Scratch
By :
Appium (Selenium)-Mobile Automation Testing from Scratch
By:
Overview of this book
Learn everything you need to know about mobile automation (Android+ IOS) even if you’ve never programmed before.
The high-level topics include the following:
-Appium features
-Appium internal architecture
-Configuration setup to run tests on Android and IOS simulators/emulators
-Configuration setup to run tests on Android and IOS real devices
-How to automate native (Android and IOS) apps using Appium
-In-depth explanation of Appium APIs/commands and their usage
-Mobile gestures automation, scroll, swipe, long press, tap, and touch actions using Appium
By the end of the course, you will be able to automate any (native, hybrid, web) apps in Android/IOS using Appium.
All resources and code files to this course are placed here at https://github.com/packtpublishing/appium-selenium--mobile-automation-testing-from-scratch.
Table of Contents (25 chapters)
Introduction to Appium and Course
Appium Installation Instructions for Windows and Mac
Getting Started with Mobile Testing Using Appium Code
In-Depth Understanding of Android Native Apps Automation with Appium
Advanced Gestures Automation with Key Events Handling Using Appium
Automation on Real Android Device Apps with Appium and Its Rules
Real-Time Ecommerce App – End to End Practice Exercises
Hybrid App Automation with Appium to Switch from Apps to Web Browser
Mobile Chrome Browsers Automation with Appium – Real-Time Examples
Getting Started with iOS Automation Using Appium on MAC
Automate iOS Advance Gestures Functionalities with Appium
iOS Real Device Automation Testing Guidelines with an Example
Framework Learning Plan
Appium Framework – Part 1 – Learn TestNG Basics
Framework Part 2 – Maven (Build Management Tool)
Framework Part 3 – Jenkins – Continuous Integration Tool
Pageobject Pattern and Page Factory
Appium Hybrid Framework Design Part – 1 (Design Patterns)
Appium Hybrid Framework Design Part – 2 (Building Utilities)
Reporting and CI/CD Integration for the Appium Framework – Part 3
Running Appium Framework on the Cloud Servers with Parallel Execution
Understanding Version Control System GIT
Database Connection to Selenium/Appium Test Cases
Java OOPS Basics for Appium/Selenium