About the Tutorials/Documentation category

Do you have information you want to share?
This category is for interesting documentation, tutorials, workarounds, and test-writing techniques

Please find useful code snippets which can be used for Appium Automation.

I’m attempting to work through iOS Tutorial, but the sample-code application is not building. Moreover the links to the source code on developer.apple.com and the pre-built .zip archive are broken. I’m planning to just use the new Appium.app and deploy a mobile app, and start poking around with Python, but

i think the Tutorial could be improved by making it more modular. For example, 1) set up Appium, then 2) build and deploy application 3) set up test tool, each with its own prerequisites. As it is they are all mixed together so it is not obvious which dependencies are required at each stage, and it makes it hard if you want to skip things or aren’t particularly interested in testing with Java or Ruby etc.

you can refer this playlist https://www.youtube.com/playlist?list=PLXbcghgSZDroz9nez1IrbL2hnMVJ0ba1W

1 Like

Is there a reason the getting started guide completely omits how to install drivers in 2.0?
The doc
https://appium.io/docs/en/about-appium/getting-started/?lang=en
mentions drivers, and links to some pages about each driver, but at no point hints at how to install a driver using npm? Am I just missing something that’s implicit or obvious to people very familiar with nmp already?

Also I notice someone had planned to write a “introduction to appium drivers” topic, but never got that far, and the bookmarklet still just says #TODO from this page https://appium.io/docs/en/drivers/ios-xcuitest/index.html. How terribly hard is it to make doc change suggestions in reality?