У нас вы можете посмотреть бесплатно Appium Beginner Tutorial 16 | How to create iOS automation testing project in java или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
FREE courses - https://automationstepbystep.com/ Intro 0:00 Step 1 : Open IDE (eclipse) 0:30 Step 2 : Create a new maven project or use any existing maven project 0:50 Step 3 : Add maven dependencies 2:15 appium java client : 2:38 selenium java 3:18 Step 4 : Create a class and add desired capabilities for automation for iOS 4:01 1. IDE (Eclipse) 2. Appium java library 3. Selenium java library 4. Desired Capabilities 5. iOS device or simulator by: Raghav Pal http://appium.io/docs/en/writing-runn... deviceName platformName platformVersion app DesiredCapabilities cap = new DesiredCapabilities(); cap.setCapability("platformName", "iOS"); cap.setCapability("platformVersion", "11.4"); cap.setCapability("deviceName", "iPhone 8"); cap.setCapability(CapabilityType.BROWSER_NAME, "safari"); cap.setCapability("app", “location of .app or .ipa file“); URL url = new URL("http://127.0.0.1:4723/wd/hub"); IOSDriver driver = new IOSDriver(url, cap); /Users/raghav/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Build/Products/Debug-iphonesimulator/IntegrationApp.app To get device id npm install -g ios-deploy ios-deploy -c OR instruments -s devices Step 5: Run and Test 12:50 #AppiumBeginnerTutorials http://bit.ly/2W9pNeb if anyone is facing the below issue when trying to use instruments -s devices: then below solution would help you guys: Xcode: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Solution is : In the terminal execute the below line: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer And then try with the command: instruments -s devices Reference - https://github.com/meteor/meteor/issu... FREE Courses - https://automationstepbystep.com/onli... Udemy - https://www.udemy.com/user/raghav-pal-3/ Training by Raghav at your venue - raghav.qna@gmail.com Training schedule - https://automationstepbystep.com/trai... ----------- UI TESTING ----------- Selenium Beginners - https://bit.ly/2MGRS8K Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6 Selenium Python - https://bit.ly/2oyMp5x Selenium Tips - https://bit.ly/2owxc50 Selenium Builder - https://bit.ly/2MKNtlq Katalon Studio - https://bit.ly/2wARFdi Robot Framework with RIDE- https://bit.ly/2Px6Ue9 Robot Framework with Eclipse - http://bit.ly/2N8DZxb ----------- API TESTING ----------- Web Services (API) - https://bit.ly/2MGafL7 SoapUI - https://bit.ly/2MGahmd Postman - https://bit.ly/2wz8LrW General - https://bit.ly/2PYdwmV Katalon Studio API Testing - https://bit.ly/2BwuCTN ----------- MOBILE TESTING ----------- Appium - https://bit.ly/2ZHFSGX Mobile Playlist - https://bit.ly/2PxpeUv ----------- CI | CD | DEVOPS ----------- Jenkins Beginner - https://bit.ly/2MIn8EC Jenkins Tips & Trick - https://bit.ly/2LRt6xC Docker - https://bit.ly/2MInnzx ----------- VERSION CONTROL SYSTEM ----------- Git & GitHub - https://bit.ly/2Q1pagY ----------- PERFORMANCE TESTING ----------- JMeter Beginner - https://bit.ly/2oBbtIU JMeter Intermediate - https://bit.ly/2oziNVB JMeter Advanced - https://bit.ly/2Q22Y6a JMeter Tips & Tricks - https://bit.ly/2NOfWD2 Performance Testing - https://bit.ly/2wEXbLS ----------- PROGRAMMING ----------- Java Beginners - https://bit.ly/2PVUcXs Java Tips & Tricks - https://bit.ly/2CdcDnJ GROOVY - https://bit.ly/2FvWV5C ----------- IDE ----------- Visual Studio Code - https://bit.ly/2V15yvt ----------- MAVEN ----------- Maven - https://bit.ly/2NJdDRS ----------- OTHERS ----------- Redis- https://bit.ly/2N9jyCG Misc - https://bit.ly/2Q2q5xQ Tools & Tips - https://bit.ly/2oBfwoR QnA Friday- https://bit.ly/2NgwGpw Sunday Special - https://bit.ly/2wB23BO Ask Raghav - https://bit.ly/2CoJGWf Interviews - https://bit.ly/2NIPPxk All Playlists - https://bit.ly/2LSiezA Website - https://automationstepbystep.com/ Youtube - / automationstepbystep You can support my mission for education by sharing this knowledge and helping as many people as you can Never Stop Learning Raghav