Sunday, January 15, 2012

Robotium

Like selenium (Which i talked earlier..) this also a test automation tool. But this time there is a different. This tool use to automate android applications. There are lot of features that i like.
  • Its free. [No need a credit card.. ;)]
  • No need to have the source code of application.
  • Need to write the test cases from user point of view.
  • Seems easy to write the test cases. [still not start to swim... :P]
  • Can view the GUIs changing while test run. 
  • According to the Robotium people there is a benefit like "Integrates smoothly with Maven or Ant to run tests as part of continuous integration". Sounds good.  Means we can filter more bugs before the QA release... ;)

No comments: