-
Notifications
You must be signed in to change notification settings - Fork 0
Home
vuminhduc796 edited this page Feb 17, 2023
·
4 revisions
Accessibility Tool is an automated Android testing tool that is integrated multiple modules to report usability and accessibility issues. The main objective is to automatically detect accessibility issues of given APKs on multiple devices with multiple device settings.
Following features have been provided by our tool:
- Generating screenshots and transition graphs for testing applications.
- Generating accessibility reports for each screen in the application via Google Accessibility Scanner.
- Reporting bug and crash logs.
- Detecting GUI visual defects via Owleyes.
Currently Accessibility Tool only supports Linux and macOS.
cd AccessibilityTool
conda create --name <env> --file requirement.txt
If the packages installation failed, try to use pip install <package_name>
Adding APKs into ./input
, the APK name must not contain spaces or special characters.
If this is your first time with Accessibility Tool you might want to read the following pages: