I see very little information on how to test RemoteViews
. For example, I have used UiAutomator
to place an app widget on the homescreen and now i want to test if it updates correctly when I click on it.
Does anybody know good resources and examples for testing of RemoteView
interaction?
Note, I am familiar with the resources on Android Developers site explaining RemoteViews and UiAutomator. I am after something more specific on checking RemoteViews are working as expected.