[Architecture] EMM - Android : Writing Test Cases

2014-05-02 Thread Krishanthi Samarasinghe
Hi Shan, I have started to working on writing test cases for Android. Currently I am working on writing Test Cases for UI components by using Android Testing API. We can also use the Monkeyrunner API for Android testing. For that we need to run python script. I am planing to do a research on bes

Re: [Architecture] EMM - Android : Writing Test Cases

2014-05-05 Thread Krishanthi Samarasinghe
take them also in to consideration when selecting a testing API. > For me Monkeyrunner is best suited for all above needs. Also look at > activity testing found at [1]. > > > [1] - http://developer.android.com/tools/testing/activity_testing.html > > > Regards, > > Dilsha