# QT4A **Repository Path**: HuskyJR/QT4A ## Basic Information - **Project Name**: QT4A - **Description**: QTA driver for Android app - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QT4A [![Build Status](https://travis-ci.org/Tencent/QT4A.svg?branch=master)](https://travis-ci.org/Tencent/QT4A) [![PyPi version](https://img.shields.io/pypi/v/qt4a.svg)](https://pypi.python.org/pypi/qt4a/) [![Documentation Status](https://readthedocs.org/projects/qt4a/badge/?version=latest)](https://qt4a.readthedocs.io/zh_CN/latest/?badge=latest) [![GitHub tag](https://img.shields.io/github/tag/Tencent/QT4A.svg)](https://GitHub.com/Tencent/QT4A/tags/) QT4A (Quick Test for Android) is a QTA test automation driver for Android application. ### Features * Support most versions of Android OS from 2.3 to 8.1 * Multiple devices can be used simultaneously in a test * Support testing multi-process application, and multiple application can be tested simultaneously * Support testting code obfuscated application * Support testing with custom controls * Support non-root devices QT4A should be used with [QTAF](https://github.com/Tencent/QTAF), please check it first. ### Links * [Demo Project](https://github.com/qtacore/QT4ADemoProj) * [Usage Document](https://qt4a.readthedocs.io/zh_CN/latest) * [Design Document](https://github.com/Tencent/QT4A/blob/master/design.md) * [AndroidUISpy Tool](https://github.com/qtacore/AndroidUISpy/blob/master/usage.md) ------------------------------ QT4A (Quick Test for Android),基于QTA提供面向Android应用的UI测试自动化测试解决方案。 ### 特性介绍 1. 支持Android 2.3 - 8.1版本 2. 支持多设备协同测试 3. 支持跨进程、跨应用测试 4. 支持进行过控件混淆的安装包 5. 支持自定义(自绘)控件 6. 支持非root设备 QT4A需要和[QTAF](https://github.com/Tencent/QTAF)一起使用,请先参考QTAF的使用 ### 链接 * [Demo项目代码](https://github.com/qtacore/QT4ADemoProj) * [使用文档](https://qt4a.readthedocs.io/zh_CN/latest) * [设计文档](https://github.com/Tencent/QT4A/blob/master/design.md) * [AndroidUISpy工具](https://github.com/qtacore/AndroidUISpy/blob/master/usage.md) ------------------------------ 欢迎加入QQ群(432699528)交流使用和反馈