mfaisalkhatri / appium-lambdatest-demo

This repository contains the example code to run the Android mobile automation tests in parallel on LambdaTest Cloud grid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Love

Don't forget to give a ⭐ to make the project popular.

❓ What is this Repository about?

  • This repository contains the example code for running Mobile automation tests for Android using Appium 2.0
  • Proverbial app built in react-native by LambdaTest is used as a demo mobile application
  • This repo uses Maven as build tool and TestNG testing framework to run the tests
  • Android application Tests are run on LambdaTest Cloud grid on Real Android Devices

Talking more about the Scenarios Covered in this project:

I have tried to answer the below questions by providing working code example in this repo:

  1. How to run mobile automation tests at scale using Appium and LambdaTest Cloud grid.

How to run the Tests?

Pre-Requisite:

  • JAVA JDK 17 should be installed

  • An Account should be available on LamdaTest Cloud grid with a plan to run automated mobile tests.

  • Run the tests using TestNG:

    Right click on test-suite\testng.xml and select Run test-suite\testng.xml

  • Run the tests using Maven:

    mvn clean install

✍️ Blog Links

❓ Need Assistance?

  • Discuss your queries by writing to me @ mohammadfaisalkhatri@gmail.com OR ping me on any of the social media sites using the below link:

💻 Paid Trainings

Contact me for Paid trainings related to Test Automation and Software Testing, mail me @mohammadfaisalkhatri@gmail.com or ping me on LinkedIn

💭 Checkout the blogs related to Testing on the following links:

About

This repository contains the example code to run the Android mobile automation tests in parallel on LambdaTest Cloud grid.


Languages

Language:Java 100.0%