Top "Android-testing" questions

The Android testing framework

Robolectric: Resources$NotFoundException: String resource ID with Android Gradle Plugin 3

Android Studio 3.0 Beta2 classpath 'com.android.tools.build:gradle:3.0.0-beta3' testCompile 'org.robolectric:robolectric:3.4.2' Test class that I …

android unit-testing testing android-testing robolectric
SDK Path not specified

Steps I did Downloaded Runner JAR and Client JAR from Square Copied spoon-client-1.1.2.jar to the libs folder, right click …

android android-testing spoon
AndroidJUnit4 test not found

I annotated my class like here @RunWith(AndroidJUnit4.class) public class WorkdayProviderTest Futhermore, annotated also my test method like this @…

android android-testing android-junit
How to test Android toast messages in Appium ( selenium Java)

I am using Selenium with Java to run scripts on android (thru Appium server). I see that it is not …

selenium-webdriver appium android-testing selendroid
Espresso intent test failing

I'm learning android instrumentation testing with espresso. I have an app which has a drawer menu and there is a …

android android-intent android-testing android-espresso
How to use Espresso Idling Resource

The scenario is when the user click on the "Download" button, the data (a music/an image etc.) starts being …

android android-testing android-espresso
How to run a test method or class as an Android Test in Android Studio

I am using Android Studio 0.2.4, but I assume this question can pertain to IntelliJ in general. My tests are under …

junit intellij-idea android-studio android-testing
Sugar ORM just won't create tables

I am working on a standalone library project that requires persisting a simple model. Here is what my SugarRecord looks …

android sqlite android-sqlite android-testing sugarorm
How to turn on console output in Android Unit tests?

Is there any way to turn on the test logging in the console output? I know that we can look …

android android-gradle-plugin android-testing
Gradle: How to run instrumentation test for class

I'm running instrumentation test in Android Studio with Run Configuration defined as below (don't mind warning): So this is invoking …

android testing gradle android-gradle-plugin android-testing