Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to set up iOS automation on macOS in this comprehensive tutorial. Follow step-by-step instructions to install and configure essential tools like Java, Appium, Xcode, and WebDriverAgent. Explore the process of creating an Apple ID, initializing the WebDriverAgent project, and setting up desired capabilities for iOS automation. Gain practical insights into using Eclipse for project creation, adding Maven dependencies, and implementing IOSDriver for automated testing. Discover additional resources, external tools, and utilities to enhance your iOS automation workflow. Perfect for beginners looking to master Appium and iOS automation techniques.
Syllabus
Step 0: Intro
Step 1: Install Java JDK
Step 2: Install HomeBrew
Step 3: Install node js and npm
Step 4: Install Appium
Step 5: Install Xcode
Step 6: Install Xcode command line tools
Step 7: Create Apple ID
Step 8: Install Carthage
Step 9: Initialize WebDriverAgent Project
Step 10: Open WebDriverAgent.xcodeproj in Xcode
Step 11: Build and run project
Step 12: Create a project and add desired capabilities for automation on iOS
URL url = new URL"http://127.0.0.23/wd/hub";
Taught by
Automation Step by Step