Home »
MCQs »
Appium MCQs
What is/are the difference(s) between Appium and Robotium?
31. What is/are the difference(s) between Appium and Robotium?
- Android-only Robotium is the only tool to support both iOS and Android. Appium is cross-platform, supporting both iOS and Android.
- Robotium only supports Java programming language, whereas Appium supports a variety of languages.
- A set of source codes or a library is not necessary to run the Appium tool, but a set of source codes or libraries is required for the Robotium tool.
- All of the above
Answer: D) All of the above
Explanation:
The differences between Appium and Robotium are -
- Android-only Robotium is the only tool to support both iOS and Android. Appium is cross-platform, supporting both iOS and Android.
- Robotium only supports Java programming language, whereas Appium supports a variety of languages.
- A set of source codes or a library is not necessary to run the Appium tool, but a set of source codes or libraries is required for the Robotium tool.