I am told to make an automation testing using android apk only. I tried to use robotium but it requires me to use eclipse. I am currently using android studio. If there is any can you include a link to its tutorial? Thank you.
Asked
Active
Viewed 2,596 times
2
-
1http://www.softwaretestinghelp.com/robotium-tutorial-android-application-ui-testing-tool/ – Android Aug 22 '16 at 07:18
-
1Thank you so much but is there any tutorial for android studio please ? – athena Aug 22 '16 at 07:38
-
https://github.com/googlesamples/android-testing – Android Aug 22 '16 at 11:08
-
1Yes, there are many testing tools. `Espresso` is google's current recommendation, but there are some options such as Robotium and Appium – rafaelc Aug 22 '16 at 17:01
-
1I suggest looking at [Google's Testing Support Library](https://developer.android.com/topic/libraries/testing-support-library/index.html). – Code-Apprentice Aug 22 '16 at 17:03
-
@RafaelCardoso yes I have tried using espresso but it requires me source code and I am told to use apk only. Also I am not allowed to decompile the apk. :( – athena Aug 23 '16 at 06:04