Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to create an iOS automation testing project in Java using Appium in this beginner tutorial. Set up your development environment by opening Eclipse IDE, creating a Maven project, and adding Appium and Selenium Java dependencies. Create a class with desired capabilities for iOS automation, including device name, platform details, and app location. Configure the Appium server URL and initialize an IOSDriver object. Run and test your automation project to verify its functionality. Gain hands-on experience with key concepts like desired capabilities, Appium server connection, and iOS driver initialization.
Syllabus
Intro
Step 1 : Open IDE eclipse
Step 2 : Create a new maven project or use any existing maven project
Step 3 : Add maven dependencies
appium java client :
selenium java
Step 4 : Create a class and add desired capabilities for automation for iOS
URL url = new URL"http://127.0.0.23/wd/hub";
Step 5: Run and Test
Taught by
Automation Step by Step