I am looking to automate testing for home-screen widgets. I have looked at android testing page, and the InstrumentationTestRunner class. I have also looked at CTS source code; but I have not been able to find anything useful.
The closest I could find was this Robolectric ShadowAppWidgetManager, but I am not sure how I would use it.
Could you please share how you test the app widgets? Is there any framework or library that I can utilize?
Thanks a lot for your help!