Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create iOS Automation Testing Project in Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Step 1 : Open IDE eclipse
- 3 Step 2 : Create a new maven project or use any existing maven project
- 4 Step 3 : Add maven dependencies
- 5 appium java client :
- 6 selenium java
- 7 Step 4 : Create a class and add desired capabilities for automation for iOS
- 8 URL url = new URL"http://127.0.0.23/wd/hub";
- 9 Step 5: Run and Test