Login
Remember
Register
Ask a Question
What is the difference between Appium and Robotium?
0
votes
asked
May 8, 2021
in
Appium
by
sharadyadav1986
What is the difference between Appium and Robotium?
#appium
robotium
appium-vs-robotium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 8, 2021
by
sharadyadav1986
A list of differences between Appium and Robotium:
Appium:
Appium is an open-source, cross-platform testing tool that is used with both iOS and Android.
Appium supports many frameworks and languages such as Java, Python, C#, Ruby, JavaScript, PHP, etc.
Appium does not need application source code or library.
We can use Appium to test native, web, and hybrid mobile applications.
Appium supports many frameworks, such as Selenium.
In Appium, a small change does not require reinstallation of the application.
Robotium :
Robotium is only used with Android.
Robotium only supports Java programming language.
Robotium tool requires application source code or library.
Robotium is only used to test native and hybrid applications.
Robotium is not compatible with Selenium at all.
In Robotium, you have to completely rebuild the code, even for a small change.
...