Confirmed users
1,759
edits
Nalexander (talk | contribs) (Refer to robocop (rather than robotium) as much as possible.) |
|||
| Line 1: | Line 1: | ||
== | == Introduction == | ||
Robocop provides UI-level testing for Firefox for Android. It is based on Google's [http://robotium.org/ Robotium] test automation framework for Android. | |||
Robocop uses Robotium to inject events into the Java front-end of Firefox for Android and to monitor and verify Firefox events and UI views. | |||
Related source code is maintained on mozilla-central: | |||
* test source code in mobile/android/base/tests | |||
* Robocop source in build/mobile/robocop | |||
Robocop-based UI functionality tests are run with the mochitest test harness and appear on tbpl under the symbols rc1 and rc2. | |||
Robocop-based performance tests are run with the Talos test harness and appear on tbpl under the symbols rck, rck2, rp, and rpr. | |||
== Setup == | == Setup == | ||