Skip to content

Commit 84f6402

Browse files
AVC: Update the splash page README
- Updated description needs to be verified, but I think it gives a quick overview
1 parent 356d5f1 commit 84f6402

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
AndroidViewClient
22
=================
33
<a href="#"><img src="https://github.com/dtmilano/AndroidViewClient/wiki/images/culebra-logo-transparent-204x209-rb-border.png" align="left" hspace="0" vspace="6"></a>
4-
**AndroidViewClient** is ~~an extension to [monkeyrunner](http://developer.android.com/tools/help/monkeyrunner_concepts.html)~~ a 100% pure python tool that automates or simplifies test script creation providing higher level operations and the ability of obtaining the tree of Views present at any given moment on the device or emulator screen.
4+
**AndroidViewClient** is a test framework for Android applications that:
5+
<ul>
6+
<li>Automates driving Android applications</li>
7+
<li><b>Generates</b> re-usable scripts</li>
8+
<li>Provides view-based <i>device independent</i> UI interaction</li>
9+
<li>Uses 'logical' screen comparison (UI Automator Hierarchy based) over image comparison (Avoiding extraneous
10+
detail issues, such as time or data changes)</li>
11+
<li>Supports running on multiple devices</li>
12+
<li>Provides simple control for high level operations like language change and activity start</li>
13+
<li>Supports all Android APIs</li>
14+
<li>Is written in python</li>
15+
</ul>
516

617
[![Downloads](https://img.shields.io/pypi/dm/androidviewclient.svg)](https://pypi.python.org/pypi/androidviewclient/)
718
[![Latest Version](https://img.shields.io/pypi/v/androidviewclient.svg)](https://pypi.python.org/pypi/androidviewclient/)

0 commit comments

Comments
 (0)