| OLD | NEW |
| (Empty) |
| 1 # Android Testing in Chromium | |
| 2 | |
| 3 ## How do I... | |
| 4 | |
| 5 - **set up** | |
| 6 - [... set up a device for local testing?](/testing/android/docs/todo.md) | |
| 7 - [... set up an emulator for local testing?](/testing/android/docs/todo.md) | |
| 8 - **writing tests** | |
| 9 - [... write an instrumentation test?](/testing/android/docs/instrumentation
.md) | |
| 10 - [... write a Robolectric test?](/testing/android/docs/todo.md) | |
| 11 - **running tests** | |
| 12 - [... run a gtest?](/testing/android/docs/todo.md) | |
| 13 - [... run an instrumentation test?](/testing/android/docs/todo.md) | |
| 14 - [... run a Robolectric test?](/testing/android/docs/todo.md) | |
| 15 - [... run the blink layout tests?](https://sites.google.com/a/chromium.org/
dev/developers/testing/webkit-layout-tests) | |
| 16 - [... run a telemetry test?](/testing/android/docs/todo.md) | |
| 17 - **miscellaneous** | |
| 18 - [... use code coverage for Java tests?](/build/android/docs/coverage.md) | |
| 19 | |
| 20 ## How does it work on Android? | |
| 21 | |
| 22 - [c++ browser tests](/testing/android/docs/todo.md) | |
| 23 - [c++ unit tests](/testing/android/docs/todo.md) | |
| 24 - [instrumentation tests](/testing/android/docs/todo.md) | |
| 25 - [junit tests](/testing/android/docs/todo.md) | |
| OLD | NEW |