Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write test cases for the home screen activity using Robotium in Android

I am working on Robotium to write the test cases for one of the Android application. My requirement is to write the test suits for the lock screen and home screen with my test case. But I am unable to get home screen events and lock screen dragging through my instrumentation test case.

like image 704
Ganesh Avatar asked Nov 21 '25 09:11

Ganesh


1 Answers

The lock screen is not a normal application, so you won't be able to instrument it (which means you can't test it using robotium).

The home screen is part of the Launcher app, and you should be able to instrument it and test it as you would with any other app using robotium.

like image 106
avh4 Avatar answered Nov 22 '25 22:11

avh4



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!