Top "Robotium" questions

Robotium is an Android test automation framework that has full support for native and hybrid applications.

Android test project is crashing with error "Test run failed: Instrumentation run failed due to 'Process crashed.'"

My problem seems little different than here Test run failed: Instrumentation run failed due to 'Process crashed.' when testing …

android automation robotium
Google Espresso or Robotium

I have to use Automated UI test tool and I am confused between using Robotium vs Google Espresso. What are …

android testing robotium android-testing android-espresso
Android test raw resource

I have the following folder structure in Android Studio: ├── androidTest │   ├── java │   └── res │   └── raw │   └── test_file └── main ├── java └── res └── raw    └── app_…

android android-resources robotium
How to use Robotium with Android Studio?

Robotium is an Android test automation framework that has full support for native and hybrid applications. Now that Android Studio …

android android-studio robotium
Unable to get Robotium to work in Android Studio

I'm struggling to get Robotium to work on the gradle-based Android Studio and I can't find the way to do …

android gradle robotium android-testing ui-testing
Android: Robotium vs android test framework

Everyone using Robotium for GUI testing. Can you tell me what Android native test framework cannot do that Robotium can …

android robotium ui-testing
Android Robotium NoClassDefFoundError

I was just trying to use Robotium in an Android JUnit Test, but the Testing always fails with an error: …

android testing junit robotium
How can I run a single instrumentation test with Gradle Android

I'm trying to run the tests with this line... but this launches all tests: ./gradlew -DconnectedAndroidTest.single=LandingActivityTests connectedAndroidTest How …

android testing robotium android-testing
How to rotate activity, I mean: screen orientation change using Espresso?

I have decided that one of the testing criteria for my application tests with Google's Espresso is: Test should maintain …

android robotium ui-testing android-espresso
BDD Android UI testing framework?

I'm looking at using Frank for UI testing our iOS application(s). Is there a similar library with support for …

android cucumber bdd robotium jbehave