• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Robotium questions

thisisbasil

Lurker
I've got a simple app and I want to ue robotium (robotium recorder in Android studio) to perform some likewise simple automated tests.

Just some quick questions:

  1. One of my tests is to click a URL link and to make sure that the default application dialogue/internet browser is displayed. I don't see an option to do this from the recorder (I wouldn't expect it). I have been looking through the and do not immediately see anything that would help me out (maybe waitforactivity?). There has to be a way to check this.

  2. Once a test is ran from Android Studio, where would the file containing the test results reside?
 
Back
Top Bottom