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?