How To Run Compatibility Test Suite (CTS) ?
How does the CTS work? The CTS is an automated testing harness that includes two major software components: The CTS test harness runs on your desktop machine and manages test execution. Individual test cases are executed on attached mobile devices or on an emulator. The test cases are written in Java as JUnit tests and packaged as Android .apk files to run on the actual device target. Pre-Requirements : Linux System Mobile or Emulator with User Build. Download latest CTS. Download CTS Media files. Download Android SDK for Linux and keep it ready. Setup the System for CTS: 1.Create 3 folders in your system root directory. CTS CTS_Media ADT 2. Extract and Copy downloaded CTS files into the CTS folder which you have created now . It will have below folder structure android-cts ...
Comments
Post a Comment