| commit | 7c24f70dc3e46a190499eb10cc23856f898af668 | [log] [tgz] |
|---|---|---|
| author | Oliver Nguyen <olivernguyen@google.com> | Thu Aug 01 14:59:32 2019 -0700 |
| committer | Oliver Nguyen <olivernguyen@google.com> | Wed Aug 28 11:13:04 2019 -0700 |
| tree | 5eb058ebe32eafb6aa9108746a6bbfd0e14930bc | |
| parent | 7de8f64f968eb55d1075f2e5fdded0079d7781f4 [diff] |
Add native cross-process coverage collection to InstrumentationTest. Bug: 128524141 Test: Unit tests Change-Id: I5e04d64e0be2fdc5271a8a0a2e36aad8af60c678
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.