Skip to main content

QA is an advanced tool for Android testing!

Project description

QA

QA is an advanced tool for Android testing!

Install

pip3 install -U qatools -i https://pypi.tuna.tsinghua.edu.cn/simple

Description

usage: qa [-h] [-v] {clear,info,adb,remote,proxy,unproxy} ...

QA is an advanced tool for Android testing! Created: Lijiawei. Version 0.0.8

positional arguments:
  {clear,info,adb,remote,proxy,unproxy}
                        sub-command help
    clear               clear app cache data.
    info                show app setting page.
    adb                 complete adb debugging capability.
    remote              open Android device remote debugging port(5555).
    proxy               enable device global proxy(172.17.30.10:8888).
    unproxy             disable device global proxy.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show version

Clear

Clear app cache data

qa clear com.test.app

Info

Show app info

qa info com.test.app

Adb

Complete adb debugging capability

qa adb

Remote

Open Android device remote debugging port(5555)

qa remote

Proxy

Enable device global proxy

# default proxy port is 8888
qa proxy

# custom proxy port
qa proxy 5555

Unproxy

Disable device global proxy

qa unproxy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qatools-0.1.3.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

qatools-0.1.3-py3-none-any.whl (1.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page