This document summarizes a presentation on cross-platform mobile UI automation testing. The key points covered are:
- The need for UI automation in testing for consistency, integrity, robustness, and usability from a real user perspective.
- An overview of Appium as a tool that supports automation on multiple platforms and frameworks with a common interface. It works by translating commands to individual platform frameworks via Selenium WebDriver.
- A python library called Appium-UIAutomation that makes it easy to find and interact with mobile app elements across iOS and Android using common methods that guess the element type based on hints.
- A demonstration of how to get started using this open source library.
Related topics: