0 votes
in Appium by
What is the difference between Appium and Robotium?

1 Answer

0 votes
by

A list of differences between Appium and Robotium:

Appium:

  1. Appium is an open-source, cross-platform testing tool that is used with both iOS and Android.
  2. Appium supports many frameworks and languages such as Java, Python, C#, Ruby, JavaScript, PHP, etc.
  3. Appium does not need application source code or library.
  4. We can use Appium to test native, web, and hybrid mobile applications.
  5. Appium supports many frameworks, such as Selenium.
  6. In Appium, a small change does not require reinstallation of the application.

Robotium :

  1. Robotium is only used with Android.
  2. Robotium only supports Java programming language.
  3. Robotium tool requires application source code or library.
  4. Robotium is only used to test native and hybrid applications.
  5. Robotium is not compatible with Selenium at all.
  6. In Robotium, you have to completely rebuild the code, even for a small change.
...