aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility/vts/index.html
blob: 4f3dba4597943c1e14716d5eef889ea88b37bea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html devsite>
  <head>
    <title>Vendor Test Suite (VTS) &amp; Infrastructure</title>
    <meta name="project_path" value="/_project.yaml" />
    <meta name="book_path" value="/_book.yaml" />
  </head>
  <body>
  <!--
      Copyright 2017 The Android Open Source Project

      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
  -->


<p>
The Android Vendor Test Suite (VTS)</a> provides extensive new functionality for
Android testing and promotes a test-driven development process. To help the
Android development community interact with test data, Android O includes the
following testing resources:</p>
<ul>
<li><a href="systems.html">Systems
Testing with VTS</a>. Describes how to use VTS to test an Android native system
implementation, set up a testing environment, then test a patch using a VTS
plan.</li>
<li><strong>VTS Dashboard</strong>. Web-based user interface for viewing VTS
results. Includes details on:
 <ul>
 <li><a href="database.html">Dashboard
 database</a>. A scalable back-end to support the continuous integration
 dashboard.</li>
 <li><a href="ui.html">Dashboard UI</a>. A
 cohesive user interface that uses material design to effectively display
 information about test results, profiling, and coverage.</li>
 <li><a href="setup.html">Dashboard setup</a>.
 Instructions for setting up and configuring the VTS Dashboard.</li>
 </ul>
</li>
<li><a href="performance.html">binder and hwbinder
performance tests</a>. Tools for measuring throughput and latency.</li>
</ul>

<p>For additional details, refer to the
<a href="https://codelabs.developers.google.com/codelabs/android-vts/#0" class="external">Android
VTS v8.0 Codelab</a> on developer.android.com and the
<a href="https://www.youtube.com/watch?v=7BX7oSHc7nk&list=PLWz5rJ2EKKc9JOMtoWWMJHFHgvXDoThva" class="external">Android VTS Products video</a> produced by Google Developers.</p>

  </body>
</html>