From the course: Advanced Appium

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

iOS device automation: Practice

iOS device automation: Practice - Appium Tutorial

From the course: Advanced Appium

Start my 1-month free trial

iOS device automation: Practice

- [Instructor] Okay, here's the screen of my iPhone, which is being mirrored to the desktop. I've already gone through all the steps we discussed in the previous video. This phone is registered with my Apple Developer account. I've trusted the computer, and ensured the phone shows up in Xcode. I have a provisioning profile installed on the phone that will enable me to install my test app on the phone as well as the updated web driver agent application. So let's run a test on it. Moving over to our IDE, I've opened up the file, chapter two four, iOS devices before dot Java. Now let's have a quick look. This is an iOS test, so inside of our setup method, we've got a bunch of iOS setup boilerplate. The main difference we can see so far is on line 15, where instead of downloading a dot app file or dot app dot zip file, I'm downloading a dot IPA file, which has been archived and signed by my signing certificate. So I know…

Contents