DEV Community

Srinivas Vishnubhotla
Srinivas Vishnubhotla

Posted on

1 3

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.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay