{"id":19965551,"url":"https://github.com/tencent/qt4a","last_synced_at":"2025-04-07T04:19:08.449Z","repository":{"id":51225176,"uuid":"68877599","full_name":"Tencent/QT4A","owner":"Tencent","description":"QTA driver for Android app","archived":false,"fork":false,"pushed_at":"2024-09-19T07:46:33.000Z","size":15051,"stargazers_count":331,"open_issues_count":31,"forks_count":88,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-31T03:22:31.529Z","etag":null,"topics":["android","qta","test-automation","test-framework","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tencent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-22T02:41:20.000Z","updated_at":"2025-03-05T15:11:15.000Z","dependencies_parsed_at":"2024-06-06T12:25:36.362Z","dependency_job_id":"89a53876-42a7-4311-8ab1-d52e666813a9","html_url":"https://github.com/Tencent/QT4A","commit_stats":{"total_commits":181,"total_committers":8,"mean_commits":22.625,"dds":"0.19889502762430944","last_synced_commit":"cc99ce12bd10f864c95b7bf0675fd1b757bce4bb"},"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQT4A","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQT4A/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQT4A/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQT4A/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/QT4A/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589826,"owners_count":20963025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","qta","test-automation","test-framework","testing"],"created_at":"2024-11-13T02:29:28.422Z","updated_at":"2025-04-07T04:19:08.424Z","avatar_url":"https://github.com/Tencent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QT4A\n\n[![Build Status](https://github.com/tencent/qt4a/actions/workflows/unittest.yml/badge.svg)](https://github.com/Tencent/QT4A/actions/workflows/unittest.yml) \n[![PyPi version](https://img.shields.io/pypi/v/qt4a.svg)](https://pypi.python.org/pypi/qt4a/) \n[![Documentation Status](https://readthedocs.org/projects/qt4a/badge/?version=latest)](https://qt4a.readthedocs.io/zh_CN/latest/?badge=latest)\n[![GitHub tag](https://img.shields.io/github/tag/Tencent/QT4A.svg)](https://GitHub.com/Tencent/QT4A/tags/)\n[![codecov.io](https://codecov.io/github/tencent/QT4A/coverage.svg?branch=master)](https://codecov.io/github/tencent/QT4A)\n\nQT4A (Quick Test for Android) is a QTA test automation driver for Android application.\n\n### Features\n\n * Support most versions of Android OS from 4.0 to 14(armeabi-v7a、arm64-v8a、x86、x86_64)\n * Multiple devices can be used simultaneously in a test\n * Support testing multi-process application, and multiple application can be tested simultaneously\n * Support testting code obfuscated application\n * Support testing with custom controls\n * Support non-root devices\n \nQT4A should be used with [QTAF](https://github.com/Tencent/QTAF), please check it first.\n\n### Links\n* [Demo Project](https://github.com/qtacore/QT4ADemoProj)\n* [Usage Document](https://qt4a.readthedocs.io/zh_CN/latest)\n* [Design Document](https://github.com/Tencent/QT4A/blob/master/design.md)\n* [AndroidUISpy Tool](https://github.com/qtacore/AndroidUISpy/blob/master/usage.md)\n\n### Statement\n\nQT4A of version 3.2.0-3.2.2 employed the https://github.com/obfusk/reproducible-apk-tools/blob/284dd69ac46e804e643b1014049993207f0768fa/zipalign.py, Copyright (C) 2024 FC (Fay) Stegerman flx@obfusk.net, which is subject to GPL v3（https://github.com/obfusk/reproducible-apk-tools/blob/284dd69ac46e804e643b1014049993207f0768fa/LICENSE.GPLv3）.\n\nThus, we kindly ask you to adhere to GPL v3 when using Version 3.2.0-3.2.2 of QT4A.\n\n------------------------------\n\nQT4A (Quick Test for Android)，基于QTA提供面向Android应用的UI测试自动化测试解决方案。\n\n### 特性介绍\n\n1. 支持Android 4.0 - 14 版本(armeabi-v7a、arm64-v8a、x86、x86_64)\n2. 支持多设备协同测试\n3. 支持跨进程、跨应用测试\n4. 支持进行过控件混淆的安装包\n5. 支持自定义（自绘）控件\n6. 支持非root设备\n\nQT4A需要和[QTAF](https://github.com/Tencent/QTAF)一起使用，请先参考QTAF的使用\n\n### 链接\n\n* [Demo项目代码](https://github.com/qtacore/QT4ADemoProj)\n* [使用文档](https://qt4a.readthedocs.io/zh_CN/latest)\n* [设计文档](https://github.com/Tencent/QT4A/blob/master/design.md)\n* [AndroidUISpy工具](https://github.com/qtacore/AndroidUISpy/blob/master/usage.md)\n\n------------------------------\n\n欢迎加入QQ群（432699528）交流使用和反馈\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Fqt4a","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencent%2Fqt4a","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Fqt4a/lists"}