Lines Matching refs:is
2 The Android Comms Test Suite, is a lightweight Python-based automation tool set
3 that is used to perform automated testing of current and upcoming Android
6 of utility functions to further ease test development. It is an ideal desktop
21 it is recommended for all new test cases.
37 Below is a high level view of the ACTS flow:
64 2. Tap Build number repeatedly until "You're a developer now" is displayed.
77 3. To verify ACTS is ready to go, at the location for README, and run:
96 - `act.py`: is the script that runs the test
97 - -c acts_sanity_test_config: is the flag and name of the configuration file
99 - -tc IntegrationTest: is the name of the test case
109 { "_description": "This is an example skeleton test configuration file.",
134 test case names within the class. More on this is discussed after the