Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between CTS and GTS?

I'm familiar with CTS(Compatibility Test Suite). But recently I came across the term GTS, which as per my understanding is also a Google's compatibility test suite. But I don't have enough information regarding this. I googled for the difference between CTS and GTS but strangely and sadly didn't get anything specific. If anyone here knows about this, please tell me something.

like image 485
KayPee Avatar asked Nov 05 '15 11:11

KayPee


People also ask

What is CTS and GTS?

In brief, CTS test suit focuses on the device hardware capacity whereas GTS cares about the device as a vehicle to consume Google Mobile Services (GMS) like Google Search, YouTube, Gmail, Chrome, Google Plus, Google Hangouts.

What is CTS in mobile testing?

The Compatibility Test Suite (CTS) is a free, commercial-grade test suite, available for download as a binary or as source in the Android Open Source Project (AOSP). The CTS represents the "mechanism" of compatibility.

What is CTS and VTS in Android?

VTS runs on a desktop machine and executes test cases directly on attached devices or on the emulators. Similar to CTS, VTS is an automated test suite that uses the following major software components. The VTS Trade Federation test harness runs on your host machine and manages test execution.

What is STS test in Android?

Running STS testsDevice Side Tests are junit tests that are executed from the context of the DUT. Host Side Tests are executed on the host machine, and allow the host to push binaries or other resources to the device.


1 Answers

GTS is a list of requirements that the tablet must comply with in order for that tablet to be “Google Certified” and have permission to preload the Google Market Suite(“GMS”)

Just read this links for in details.

http://www.hatchmfg.com/gms-testing-and-certification/

https://source.android.com/compatibility/cts/index.html

like image 112
Desu Avatar answered Oct 04 '22 19:10

Desu