freddiewanah / UIautoTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UiautoTest

UiautoTest is a program that can be tested automatically. Based on the program design of DroidBot, it can automatically collect UI information on apps. And it is also programmable. The commands can be changed according to the demand. The program also can identify two different states and record the current action between these two states.

Prerequisite

Usage

Set environment first, like adding android sdk, emulator, tools and platform-tools to PATH.

Put all apk files that need to be tested in a single folder.

After installing the DroidBot, just follow the command.

sh droid.sh [apk-files-dir]

like

sh droid.sh ~/research/download

Useful Links

License

License

About

License:MIT License


Languages

Language:Smali 99.8%Language:Python 0.1%Language:CSS 0.0%Language:JavaScript 0.0%Language:HTML 0.0%Language:Java 0.0%Language:Shell 0.0%