Overview
Learn how to set up a complete iOS testing environment using Appium in this comprehensive tutorial. Begin with an introduction to the necessary requirements, then progress through installing Xcode and command-line tools, checking iOS simulators, and setting up Appium with the iOS driver. Discover how to obtain app files, run sessions with Appium Inspector, and configure desired capabilities. For testing on real iOS devices, explore additional steps including installing libimobiledevice, setting up WebDriverAgent, and preparing the physical device. Follow along with practical demonstrations and gain valuable insights to enhance your iOS automation testing skills.
Syllabus
Introduction
Topics
Check Requirements
Install Xcode & Xcode command-line tools
Check iOS simulators
Install Appium & appium doctor
Check what is missing on your system appium-doctor --ios
Install Appium ios Driver XCUITEST
Get the app file .app or .ipa or bundleId
Run a session with Appium Inspector
Get Desired Capabilities
Check Requirements
Install libimobiledevice
Install WebDriverAgent
Set up the real iOS device
Summary
Taught by
Automation Step by Step