README.md
1CTS tests for `CompanionDeviceManager` are split into 2 modules:
2`CtsCompanionDeviceManagerCoreTestCases` (a.k.a. "Core Tests") and
3`CtsCompanionDeviceManagerUiAutomationTestCases` (a.k.a. "UiAutomation Tests").
4
5The core difference between the two test modules is that `CtsCompanionDeviceManager_Core_TestCases`
6does NOT use `UiAutomation` which makes it:
7- faster
8- suitable for to run on NFFs
9- less prone to flakiness
10- better suitable to run in `PRESUBMIT`.
11
12`CtsCompanionDeviceManager_UiAutomation_TestCases`, on the other hand, uses `UiAutomation` in order
13to test CDM flows end-to-end and is (at least for now) designed to run only on the mobile
14form-factor and requires a discoverable BT device nearby.
15