2

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.

athena
  • 31
  • 1
  • 3
  • 1
    http://www.softwaretestinghelp.com/robotium-tutorial-android-application-ui-testing-tool/ – Android Aug 22 '16 at 07:18
  • 1
    Thank 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
  • 1
    Yes, 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
  • 1
    I 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

1 Answers1

3

You can also use Appium. It is a test automation tool for native mobile app testing. It drives iOS and Android apps using the WebDriver protocol.

Documentation Link

OarpitO
  • 357
  • 1
  • 10