Metadata-Version: 2.1
Name: qt4a
Version: 2.2.76
Summary: QTA driver for Android app
Home-page: https://github.com/Tencent/QT4A
Author: Tencent
License: Copyright(c)2010-2018 Tencent All Rights Reserved. 
Project-URL: QT4A Documentation, https://qt4a.readthedocs.io/zh_CN/latest/
Description: # 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/)
        [![codecov.io](https://codecov.io/github/tencent/QT4A/coverage.svg?branch=master)](https://codecov.io/github/tencent/QT4A)
        
        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）交流使用和反馈
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
