Top "Robotium" questions

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

Test run failed: Test run failed to complete. Expected 1 tests, received 0

I tried starting a JUnit test (robotium) for my app: public class MainTest extends ActivityInstrumentationTestCase2<MainActivity> { private Solo …

android junit robotium
Robotium: How do I wait for loading to complete before proceeding?

I want to write a Robotium/Junit test for an android app. At certain steps, I want my test to …

java android junit robotium
How to select which button to click on Robotium for an alert dialog?

I am new to Robotium. I have created an alert dialog box using dialog builder and called it using the …

android robotium android-alertdialog
Installing an Android apk programmatically as part of a test framework

I'm attempting to install an apk programmatically, but I'm not having much luck. I'm setting up an automated test framework …

android automated-tests robotium
Automated Acceptance Testing For iOS and Android Devices

I'm working on a web project where it has become clear that having some Selenium-type automated acceptance tests would be …

android ios automated-tests acceptance-testing robotium
How to start Instrumentation project programmatically using Android Intent?

one way to start testcase is, adb shell am instrument -w com.google.vishal.test/android.test.InstrumentationTestRunner i want …

android android-intent android-activity robotium instrumentation