Skip to content

Patricol/Android-Hybrid-App-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.