Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.09 KB

readme.md

File metadata and controls

32 lines (21 loc) · 1.09 KB

AdbController

AdbController is a java library for android action tests. It provides a socket client for sending a command to ADB Server. It was test on Windows7-x64 and GalaxyS6.

  • It was referenced by AndroidViewClient.
  • Automates driving Android applications.
  • Controls Android Device(tap, swipe, text..)
  • It has a image comparing action.

Dependencies

  1. Java8
  2. Maven3
  3. Android SDK
  4. OpenCV-3.1.0

References

  1. ADB - Google Git
  2. Installing OpenCV for Java
  3. Template Matching

ETC

I want to discuss about automation testings. If you have a question or suggestion, please contact me.

License

The Library follows BSD licnese. Please check the License.txt file for more details.