commit | 55125748fdda3175de1cec1bc1eb27434ffe5337 | [log] [tgz] |
---|---|---|
author | Frank Feng <frankfeng@google.com> | Mon Dec 09 15:16:22 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 09 15:16:22 2019 +0000 |
tree | 93db5bd8ce60681c365911d590e7e276d4399bbb | |
parent | 6c9747fbf0ddd68de94313aa26629f1c3c521c3a [diff] | |
parent | 918d74c66a485939f7ed2ac2d01902e44effaa2d [diff] |
Merge changes I2df29369,Ic6578de1 * changes: Fix deprecated newInstance in ModuleSplitter.java Fix deprecated newInstance in ITestSuite.java
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.