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

Web and Mobile Testing with Selenium
University of Minnesota via Coursera
Create Your First Automation Script Using Selenium and Java
Coursera Project Network via Coursera
Automate an e-commerce web application using Selenium & Java
Coursera Project Network via Coursera
Advanced TestNG Framework and Integration with Selenium
Coursera Project Network via Coursera
Behavior Driven Development with Selenium and Cucumber
Coursera Project Network via Coursera