Skip to content

Instantly share code, notes, and snippets.

@AlexZhukovich
Last active November 23, 2022 09:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexZhukovich/caadc1d9355f45b5e6688a608d05e1fe to your computer and use it in GitHub Desktop.
Save AlexZhukovich/caadc1d9355f45b5e6688a608d05e1fe to your computer and use it in GitHub Desktop.
Appium vs Espresso vs UiAutomator - Summary
Criteria Appium Espresso UiAutomator
Execution Time Slow (test case: 12.154 sec) Fast (test case: 0.967 sec) Medium (test case: 8.743 sec)
Supported languages Java, Kotlin, C#, JavaScript, Python, Ruby Java, Kotlin Java, Kotlin
Test Type Black Box Gray Box Black Box
Setup Hard (separate module, capabilities (device, app, etc.)) Easy (part of the project) Easy (part of the project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment