Google GMS认证测试几个名词

名词 全称 说明
GMS 全称为Google Mobile Service 即谷歌移动服务。
CTS  全称为Compatibility Test Suite 意思就是兼容性测试,用于测试App和framework的兼容性。
CTS Verifier 兼容性确认测试。 CTS的补充,需要手动验证;主要用于测试那些自动测试系统无法测试的功能,比如相机、传感器等。
GTS  全称是Google Mobile Services Test Suite。 GMS套件测试。
VTS 全称是 Vendor Test Suite(供应商测试套件) 向上用于测试与framework相容,向下测试与OS kernel的相容性。
GSI Generic System Image常规系统映像 GSI是指已针对 Android 设备调整配置的系统映像。用于运行 VTS 和 CTS-on-GSI 测试。
STS 全称是Security Test Suite 主要用于测试Android Security Pacth是否有生效。
BTS 全称是Build Test Suite  提供软件给Google,会扫描软件中是否有预装恶意软件或潜在有害的应用程序(PHA)
MADA 全称为Mobile Application Distribution Agreement MADA协议即移动应用发布协议;根据MADA协议,希望预装一款Google应用的硬件厂商必须预装全部应用。
3PL Third-Party Licensee 谷歌授权的第三方实验室。
CDD 全称是Compatibility Definition Document兼容性定义文档 CDD 代表 Android 兼容性的“政策”方向。文档列举了设备需要满足哪些要求才能与最新的 Android 版本兼容。

你可能感兴趣的:(GMS认证测试,Android)