Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.2 KB

Android Hybrid App Testing

Description

  • This project serves to deliver automated testing support for hybrid mobile application WebViews.
  • It can traverse through android applications; interacting with every element to test for crashes or other odd behavior.
    • Its traversal can be BFS, DFS, random, or replay a logfile from previous traversals.
    • It tracks the coverage it has achieved throughout its traversal.

Installation

  • Follow this guide.

Demonstration

gui_screenshot

Documentation

  • Detailed wiki.
  • Repository contains JavaDOC for every API class and method.

Attribution

  • This (group) project was copied from GitLab; a backup with full commit/issue history can be found here.