Appium Python tutorial with WordPress iOS and Android Application. We will be using Python + PyCharm + pytest in this tutorial series.
Setup Appium Mobile Automation environment in your Mac system
Create mobile test automation scripts for Android and iOS applications using Appium, Python and pytest
Perform scroll in Android and iOS apps
Learn how to use Appium Desktop inspector tool
Fix errors shown by Appium Doctor
Use pyenv to install Python version 2.7.14
Use pyenv-virtualenv to create a virtual environment and install all the necessary packages in that virtual environment
Link the newly created virtual environment to PyCharm
Introduction
To setup Appium Mobile Automation environment in your Mac system
Create mobile test automation scripts for Android and iOS applications using Appium, Python and pytest
Section 1
Section 2
Section 3
Section 4
Section 5
Section 6
Section 7
Section 8
Check Android video on moving Setup and Teardown methods for more explanation