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

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?

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

How To Restart Killed Android Application In Testing With Robotium

I am testing an apk using robotium. In this app, I have a button which kills the app process and re… Read more How To Restart Killed Android Application In Testing With Robotium

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?

Display Alert Dialog While Running An Android Test Case

I am using Robotium to automate testing of an application. Is there a way I can display an alert bo… Read more Display Alert Dialog While Running An Android Test Case

Robotium Assertion Failing

When I run a test with Robotium, I use an assertion to verify that there is specific text on the pa… Read more Robotium Assertion Failing