Skip to content Skip to sidebar Skip to footer
Showing posts with the label Robotium

How To Use R.id In Robotium If I Have Only The Apk File

I want to test an app from play market. I have a problem when I`m trying to use solo.clickOnView(s… Read more How To Use R.id In Robotium If I Have Only The Apk File

How Do I Click The First Item In A Spinner Using Robotium?

I am having problems scrolling up in a spinner to select the first item in a Robotium test case. He… Read more How Do I Click The First Item In A Spinner Using Robotium?

Android Testing: Inflate And Display A Custom Toast From Instrumentation

I am trying to display a custom Toast but doing so from my automated test rather than from the appl… Read more Android Testing: Inflate And Display A Custom Toast From Instrumentation