Android自动化测试框架和事件触发工具apk动态分析通过跟踪视图的APK
资 源 简 介
Introduction
Apk-view-tracer is a trigger tool for Android Dynamic Analysis and it can be used in android anti-virus dynamic analysis.
Also it provides a group open-API for developer. It can trace Apk view without source code. . So it also can be used in black-box testing of Android Development.
It is based on tracing apk view, and it implement two functions for Android development :
It provides apk automated testing interface.
It provides a event trigger tool for apk dynamic analysis.
Component
ApkViewTracer contains 5 components:
DeviceManagement
SystemComponent
ViewManagement
ViewController
SoloInterface
User Guide
a simple example as below:
**import SoloInterface**
**solo = Sol
文 件 列 表
DeviceManagement
AdbCommand.py
Device.py
ViewServerCommand.py
__init__.py
GlobalVariable.py
Logger.py
SoloInterface.html
SoloInterface.py
SystemComponent
GroupView.py
Home.py
Menu.py
Notification.py
ProgressBar.py
__init__.py
Utility.py
ViewController
EventController.py
__init__.py
ViewManagement
GenerateViewPointList.py
ParseElement.py
ParseView.py
TreeType.py
ViewState.py
ViewTree.py
__init__.py