I need a tool to automate testing of my android application. Specially I want to cover the test cases below:
- send 10 sms
- make a photo
- make 10 calls
It's even more like a script, which will allow me to record actions.
Any hint?
I need a tool to automate testing of my android application. Specially I want to cover the test cases below:
It's even more like a script, which will allow me to record actions.
Any hint?
You should take a look at Monkeyrunner
I'm pretty sure it's exactly what you are looking for.
There are three options you can look at: Robotium, Scirocco and Robolectric.
I've found them to be useful for basic operations as long as you are explicit in what should happen and what to click on, etc. I cannot say whether they can send SMSes using the built-in SMS app, it is likely that you will need to build this automation in somehow, or even send SMSes via the emulator.
What about Android testing framework? http://developer.android.com/tools/testing/index.html