DEV Community

Srinivas Vishnubhotla
Srinivas Vishnubhotla

Posted on

Sample Guide to Using Appium

In this series, we will see how to automate mobile applications using Appium. We will go from basics like the setup to advanced topics like running parallel tests and running tests on AWS Device Farm for example. The only prerequisite for this to know a bit of programming.

Below are the topics we will be covering.

Appium - The SetUp
Appium - Using Appium Inspector
Appium - The First Test
Appium - The Browser Tests
Appium - Running Parallel Tests
Appium - Running Appium Tests on Jenkins
Appium - Running Appium Tests on AWS Device Farm
Appium - Running Appium Tests on Sauce Labs
Appium - Building Test Framework
Appium - The Problems and Solutions

The Ultimate aim of this series is to help people seeking to learn automation. I am happy if I can help at least one person. I was blessed to have a good support system which helped me to move from functional testing to automation at a very rapid pace. I wish to repay to the community in my own small way. Feel free to give feedback to help me improve.

All the sample code used in this is @

https://github.com/padmakarsrinivas/Appium_Examples

Happy Automation.

Latest comments (0)