Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/testingbot/java-testng-app-example

Java + TestNG example for Mobile App testing on TestingBot
https://github.com/testingbot/java-testng-app-example

appium mobile-app-automation mobile-app-testing testingbot testng

Last synced: about 2 months ago
JSON representation

Java + TestNG example for Mobile App testing on TestingBot

Awesome Lists containing this project

README

        

## TestingBot - Java & TestNG

TestingBot provides a grid of browsers and mobile devices to run Automated tests.
This example demonstrates how to use Java with TestNG to run a test on a Mobile Device.

### Environment Setup

1. Setup
* Clone this repository
* Install dependencies `mvn install`

2. TestingBot Credentials
* Add your TestingBot Key and Secret as environmental variables. You can find these in the [TestingBot Dashboard](https://testingbot.com/members/).
```
$ export TB_KEY=
$ export TB_SECRET=
```

## Running Tests
* To run a single test, run `mvn test -P single`

You will see the test result in the [TestingBot Dashboard](https://testingbot.com/members/)

### Resources
##### [TestingBot Documentation](https://testingbot.com/support/mobile/testng.html)

##### [Appium Documentation](https://appium.io/)