I am working on Robotium to perform an automation test an Android application.
in side the application a map view has to get the zoom levels. Can any one explain how to get the zoom level of a map view by using Solo Object in Robotium tool?
I am working on Robotium to perform an automation test an Android application. in
Share
Try something like this:
I just tried this on my robotium testcase and it worked. Also, you should try accepting answers, you’ll get better/more responses! Good luck