Appium vs. Espresso

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Appium
Score 7.0 out of 10
N/A
N/AN/A
Espresso
Score 8.0 out of 10
N/A
Espresso is a test framework used to write Android UI tests, and part of the Android SDK. The Espresso API encourages test authors to think in terms of what a user might do while interacting with the application - locating UI elements and interacting with them. At the same time, the framework prevents direct access to activities and views of the application because holding on to these objects and operating on them off the UI thread is a major source of test flakiness.N/A
Pricing
AppiumEspresso
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
AppiumEspresso
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AppiumEspresso
User Ratings
AppiumEspresso
Likelihood to Recommend
9.0
(0 ratings)
8.0
(0 ratings)
User Testimonials
AppiumEspresso
Likelihood to Recommend
Appium works well for well-structured mobile applications test automation that is particularly easy to leverage when different pages of the app use similar building blocks. If it takes time for some content in the app to be rendered, ask your dev team to add progress indicators and ensure they are accessible. That might be more complicated to do with Appium, though, if there's no good contact with Dev team established so you can request accessibility IDs added quickly enough when needed. Appium supports another locator strategies as well though (such as xPath or iOS class chain on iOS) but they wouldn't work as fast so you may get really slow tests.
Read full review
  • It is very easy to verify Images with drawable resources
  • Color Verification we can do this by referring to the same hex code as the developer team used so that it is reused.
  • Opening a desired activity without performing End-to-end flow which eventually saves time.
  • If the application is built on Android we can go testing activity with Espresso as it provides all the necessary APIs
  • Espresso is not appropriate to iOS app automation, from a business point of view we need to hire new resources for iOS testing.
Read full review
Pros
  • Crossdevice: With Appium you can automate tests for Android and iOS both. There is no need to learn more than 1 language.
  • Easy: It's really easy to configure and use appium; it's very useful when you're testing strategy is based on "developers write tests".
  • Open Source: It's such a nice strength of appium, because you don't need to pay to use a good tool like Appium is.
Read full review
  • Automatic Waiting logic before failing any test
  • Black box and Grey box testing
  • Easy to Understand and Very Flexible
  • Supported Java And Kotlin
  • Fewer Efforts compare to other Mobile Automation Frameworks
  • Execution is very Fast
Read full review
Cons
  • There are a number of expected methods that are not implemented, yet. With a similar sounding name as Selenium with similar functions, people who are familiar with Selenium try to use methods that appear to be available, but give a "not yet implemented" exception when run.
  • Documentation can be confusing.
  • Setup was a difficult process. This may not necessarily be the case once you figure everything out, but the whole figuring it out process was difficult and I ran into many, many problems when I first started.
Read full review
  • As Espresso works on the ideal thread if the threads are not handled properly by the developing team it can lead to challenges in the execution of your tests.
  • Depends more on the developer's code
  • we cannot develop tests as individual frameworks, we share the repository with developers.
  • We need to be cautious while making changes in the tests, as we share same repository
Read full review
Likelihood to Renew
I am rating 10/10 because Appium can use with multiple programming languages with multiple Test engines. Also, it works for both Android and iOS.
Read full review
No answers on this topic
Usability
I would like to give 9/10 rating to Appium because of it can easily integrate with popular frameworks and CI/CD tools, as well as it is reliable, flexible and easy to use. The setup can bit complex in initial step, but once on configured it's very easy to use and enables stable and scalable mobile automation for real and cloud devices.
Read full review
No answers on this topic
Alternatives Considered
Most of mobile testing tools which are available in the market are paid license tools. But Appium is Open source mobile testing tool. We can create customised automation framework using Appium. It also supports various languages such as Java, Javascript etc. And also supports various operating systems such as Android, IOS etc. We can easily integrate Appium frameworks with CI/CD [Jenkins, Git etc].
Read full review
As our app is complete on Android Espresso is the best choice over Appium Fewer efforts in Espresso over Appium, as Espresso provides some built-in library to perform the operation. Easy to use, Espresso is very easy to understand and we can perform operations with very little code. Developers can contribute, as they have good command over Java and Kotin languages and also use Espresso for unit testing.
Read full review
Return on Investment
  • For cost of ownership, the increase is positive times infinity, as it's free to install and use
  • Lead time for suite development can be a negative, if not planned for during sprint planning
  • Using Appium to execute tests in parallel across a cloud solution can improve CI/CD cycles by 100's of a percent
Read full review
  • As it is an Open Source tool it cost-effective
  • East to use, so that you can train many new Joiners to start delivering the tasks
  • Maintainance is very low, as we depend on the developer's layout files we can reuse their elements
  • We can cover most of the scenarios which helps in the coverage of the tests
Read full review
ScreenShots