Sunday, August 24, 2014

Kimchi for Java in Development

I have started the translation of the C# code into Java so you can write your Android automation tests using JUnit, TestNG or any other preferred unit testing method. This solution is perfect for operating system or Native application testing. Full support of API level 16 and up is supported. Hoping to have the JAR file and/or maven dependency available in a couple weeks.

Thursday, August 7, 2014

C# Android Automation Framework (Kimchi)

Sample project and DLL can be found here: https://sourceforge.net/projects/kimchiandroid/files/

Features

Interacts on a system level and within your application using Xpath
Supports JellyBean and up+ (https://developer.android.com/about/dashboards)
Dependent on a single DLL
Supports Video Recording of test cases
Can run on multiple devices in parallel (https://www.youtube.com/watch?v=9F_krLM_TT4)



































 

See it in Action