Giter Club home page Giter Club logo

natewise's Introduction

NataWise说明书

tianchi


NataWise简介

NataWise是利用深度优先算法(DFS)对Android应用UI进行自动化探索测试的工具。该工具不依赖于Android Instrumentation工具,全程通过adb命令和UIautomator的相关的功能进行状态的获取和驱动。不需要对APP进行重签名等处理,但需要获得被测试应用的包名和启动Activity的名字。

NataWise使用方法

  1. 运行环境:JAVA运行环境、android SDK(保证命令adb devices能够正确显示设备序号)。

  2. 首先保证被测试APP已经安装至Android设备,同时保证移动设备与计算机相连。

  3. 运行命令

$ java -jar NataWise.jar [pkg name] [activity name] [adb path] [out path] 

pkg name: 被测试应用包名。
activity name: launcher Acitivity名称。 adb path: adb 的绝对路径。 out paht: 输出文件位置。

  1. 运行结果。运行时间可能较长,最后生成结果报告web/,每个手机在web目录下都一个单独的报告,其中index.htmlactnet.html文件为最后结果的展示。

natewise's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.