Has anyone used Robotium or Calculon for testing Android apps? Are they useful? Any recommendations on which is better?
Has anyone used Robotium or Calculon for testing Android apps? Are they useful? Any
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d go with Robotium since Calculon is still in very early stages. Here’s a comment from Calculon’s author:
I’ve played with Robotium today, it definitely makes writing functional tests fun. To give you an idea, here are a few method highlights from the API:
Here is a code sample from the Getting Started Guide:
Definitely give it a try if you’re going to write ActivityInstrumentationTestCase2 classes. Check out the Getting Started guide for instructions.