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

Robotium For Android - Solo.searchtext () Not Working

I'm having a problem with searchText() function used with Robotium. I'm searching for this … Read more Robotium For Android - Solo.searchtext () Not Working

How To Click On A Button, Which Is Indexed At 10 Position In Listview - Robotium Automation?

Suppose, I have a ListView, which contains 20 ListItems. Each item is having a button, now I want t… Read more How To Click On A Button, Which Is Indexed At 10 Position In Listview - Robotium Automation?

How To Relaunch The Closed App In Robotium?

I started to automate my Android app. It has a 'Terms & conditions' screen. In that, if… Read more How To Relaunch The Closed App In Robotium?

Access External Files (outside Of Avd Device) Using Android Junit

I am using Robotium to automate Android application. Created a android test project for the same. I… Read more Access External Files (outside Of Avd Device) Using Android Junit

How To Make Apk That Can Launch My Robotium Test?

(A) App to test (eg. Browser) (B) Test app. (extends ActivityInstrumentationTestCase2) (Robotium) (… Read more How To Make Apk That Can Launch My Robotium Test?

How Do I Get A Reference To A Fragment From Within A Unit/robotium Test?

How do I get a reference to a fragment within Robotium unit test. In my case the fragement houses … Read more How Do I Get A Reference To A Fragment From Within A Unit/robotium Test?

Handle Random Dialogs Using Robotium

I am try yo test the login scenario using Robotium. My confusion is that, how could I test followin… Read more Handle Random Dialogs Using Robotium

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 '… Read more Android Test Project Is Crashing With Error "test Run Failed: Instrumentation Run Failed Due To 'process Crashed.'"

Robotium: Please Install A Compatible Android Api Level (15 Or Higher)

Trying to run a new robotium test I get this error. Does anyone know how to fix it? I've all th… Read more Robotium: Please Install A Compatible Android Api Level (15 Or Higher)

Robotium Test Cannot Find Activity Class

I have been using robotium to test my android application. I found it very useful tool so far. Rece… Read more Robotium Test Cannot Find Activity Class

Robotium How To Test With Background Services Like Conversion?

I am using Robotium Recorder to test my app. My problem is in my app i am doing audio conversions … Read more Robotium How To Test With Background Services Like Conversion?

How To Check From Robotium That My Png Is Present On The Screen?

I create an additional method: public boolean exampleEdTxt1(){ try{ solo.getCurrentActivity().ge… Read more How To Check From Robotium That My Png Is Present On The Screen?

Flavors And Instrumentation Tests - Gradle Configuration

I use flavors in my project and I wanna add add instrumentation tests specific for each flavor. So … Read more Flavors And Instrumentation Tests - Gradle Configuration

Testing Activity Flow With Robotium

I want to test some flow using robotium my flow has to go through several activities, and do some a… Read more Testing Activity Flow With Robotium

How To Use MonkeyRunner And Robotium Together (not Separately!)

How to use MonkeyRunner and Robotium together (not separately!) for testing my Android app Soluti… Read more How To Use MonkeyRunner And Robotium Together (not Separately!)

Could Not Be Found Or Has No Tests In Junit

I am trying to test setting application using JunitTestcase.My class extends ActivityInstrumentatio… Read more Could Not Be Found Or Has No Tests In Junit

Robotium And Jenkins UI Testing Errors

I first ran into this problem when trying to run Robotium UI tests on a MacOS Mini with no monitor.… Read more Robotium And Jenkins UI Testing Errors