N/A |
Not executed |
Run was manually cancelled by an user/admin |
Contact admin |
Execution |
Timeout for running tests exceeded |
This might be a
popup or another application preventing test execution |
Take a look at the logs for details |
Execution |
Testrun failed to complete. Expected 14 tests received 0 |
Test run execution was started for 14 tests,
but there’s no results for all or some of the tests. This is typically, because application
crashed before all the tests were executed. |
|
|
Instrumentation run failed due to ‘process crashed’ |
Typically device or instrumentation related problem. Process crashed because of some unknown reason. The best way to find this reason is to check the device logcat and find the moment when it happens |
|
|
Instrumentation run failed due to android.content.ActivityNotFoundException |
An activity expected by
the test script was not found. |
Take a look at the logs and look for
which activity was not found |
|
Instrumentation run failed due to ‘process crashed’ |
Application has crashed |
|
|
Timeout for running tests exceeded. |
Test execution took too
long and the run was killed by Bitbar Testing |
|
Execution |
Instrumentation timed out after 600 seconds |
|
|
|
Instrumentation run failed due to java.lang.NullPointerException |
This usually means some variable or object in the test was
unexpectedly null |
Inspect the stacktrace, find the error and fix it |
|
Instrumentation run failed due to java.lang.ClassNotFoundException |
Bad .apk build |
Rebuild your
application and retry |
|
Not executed. |
Run was manually cancelled by an user/admin. |
|
|
Excluded |
Device run was not executed because of API level requirements or ‘first available device only’ scheduling mode was
selected during creating the test run. In this case test run is executed on the first available device, others are excluded |
|
|
Timeout for running tests exceeded |
This might be a popup or another application preventing test execution. |
Take a look at the
logs for details |
Install |
Server build has failed INSTALL_FAILED_INSUFFICIENT_STORAGE |
No space for app install in device storage |
Please contact support AT bitbar.com |
Install |
Server build has failed [Failure [INSTALL_FAILED_ALREADY_EXISTS]] |
For some reason the app already exists on device and reinstallation fails |
Please contact support AT
bitbar.com |
Install |
Server build has failed [Failure [INSTALL_FAILED_UID_CHANGED]] |
Android Error. According to Stackoverflow /data/data/ has some trash files and the installation fails. |
Please contact support AT bitbar.com |
Launch |
Unable to find instrumentation info for: ComponentInfo(com.example.android.apis.test/android.test.Instrumentation.Testrunner) |
Testrunner didn’t find tests file |
|