Nir Arad - Controlling apples with snakes: Automating mobile apps with Appium - PyCon 2018

Опубликовано: 11 Ноябрь 2024
на канале: PyCon 2018
4,400
23

Speaker: Nir Arad

Testing mobile applications is hard. Testing manually is nearly impossible.
That’s where automated testing shines. Just sit back and watch the machine go!
Python is a very powerful language for writing automated tests, but since Python is not installed on mobile platforms, we need to find a way to remotely control and monitor the device.
But how do we automate a device remotely? The answer is Appium.

In this talk I will go over the process of deploying and testing iOS (or Android) applications, and how to work with Appium to easily generate Python 3 code for testing your application.

Slides can be found at: https://speakerdeck.com/pycon2018 and https://github.com/PyCon/2018-slides