Getting started with Appium iOS / basic perf testing

Hello,

As a person new to mobile development and Appium (I am a node.js / web engineer trying to get into the native space), what does the community recommend as a good “getting started” doc?

What am I trying to do?
We have an iOS app that uses XCUITest for functional testing. Our teams have never really used Appium before for perf testing and the closest I have personally gotten to perf testing is using the XCTMetric API.

At this point, I want to bring up the home screen and about 3-4 other critical screens directly accessible from the home screen and record some CPU / memory vitals. How do I get the bare minimum smoke tests going with Appium on our iOS app?

1 Like