YoVDO

How to Create iOS Automation Testing Project in Java

Offered By: Automation Step by Step via YouTube

Tags

Appium Courses Java Courses Selenium Courses

Course Description

Overview

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

Related Courses

Complete Java for Selenium & Appium
Udemy
Integrating Appium into a DevOps Pipeline
Pluralsight
Appium -Mobile Testing (Android/IOS) from Scratch+Frameworks
Udemy
Appium - Mobile Testing with Latest 2.0 and Live Projects
Udemy
Effective Appium Tutorial with Real Project
Udemy