TestFairy for Android Apps

TestFairy is a mobile quality platform that helps mobile teams automate your app distribution, streamline your development process, manage feedback cycles, and deliver faster & better to market. All this, in a highly secure, enterprise-grade environment. TestFairy works Great with Android!

Testfairy
shape

How to add TestFairy to an Android project

1. Maven

Add the TestFairy maven repository to build.gradle

buildscript {
    repositories {
        maven { url 'https://maven.testfairy.com' }
    }
}

2. Gradle

Add the TestFairy SDK to app/build.gradle

dependencies {
    implementation 'com.testfairy:testfairy-android-sdk:1.+@aar'
}

3. Code

Add TestFairy.begin() to your main activity's onCreate

import com.testfairy.TestFairy;

public class MyApplication extends Application {
@Override
public void onCreate() {
    super.onCreate();
    TestFairy.begin(this, "<YOUR_APP_TOKEN_HERE>");
}

Articles from our blog about Android

Cloud Architecture
That Fits Your Enterprise

Build

Your App grren mark

Upload

To TestFairy grren mark

DISTRIBUTE

App to Users grren mark

perform

Testing grren mark

Collect

User Feedback grren mark

Collect

Crash Reports grren mark

Post issues

Automatically
main picture
shape