Espresso vs. NetBeans

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
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
NetBeans
Score 9.6 out of 10
N/A
NetBeans is a free and open source platform and integrated development environment (IDE).N/A
Pricing
EspressoNetBeans
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
EspressoNetBeans
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
EspressoNetBeans
Considered Both Products
Espresso
Chose Espresso
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 …
NetBeans
Chose NetBeans
It works very smoothly as compared to other tools . The problem of restarting and reimporting the projects is not in the netbeans IDE . The front end development features are good . Netbeans connector is one of the best thing which enables us to deeply integrate netbeans IDE …
Chose NetBeans
I would say NetBeans only shines when it comes to smaller projects. I prefer using Eclipse and Intellij over NetBeans when it comes to developing larger projects.
Chose NetBeans
Netbeans is great as a stand-alone java ide and for compiling your java code. The platform provides easy access to better make use of your repos. Between the other ide, NetBeans is easier for us to integrate with android SDK. The only problem is the UI and for all other code …
Chose NetBeans
IBM Rational Application Developer and IntelliJ IDEA are great with hell lot of features packed into the product and are subscription based. However, most of the features they were providing were moot from my organization's business perspective and the cost was expensive. …
Chose NetBeans
It is supported primarily by Oracle and is free. This is a very important plus. Also, many things come embedded. You don't have to worry about adding library or framework. Finally, one of my favorite features is you can design the interface with drag and drop. This feature is …
Chose NetBeans
NetBeans is open source and is freely available to use making it economical compared to Visual Studio IDE. It is fast compared to Visual Studio IDE. More Diversified Libraries are available with NetBeans to work on as compared to the Eclipse IDE. It can be used even by novices …
Chose NetBeans
IntelliJ IDEA is more feature-rich and has professional support available, but comes with increased licensing costs.
Eclipse is widely used, and some of our developers still prefer Eclipse over NetBeans. However, developers spend more time working around IDE bugs when using …
Chose NetBeans
The biggest pro of NetBeans for us is that it is free and open-source, and this is why we decided to go with it over other similar products.
Chose NetBeans
Net beans is way better editor IDE than any other software. It is more advanced and more stable. The only problem with net beans is it consumes more resources of laptop / computer than any other editor. Sublime also supports multiple languages like NetBeans but it has a lot …
Chose NetBeans
Formatting becomes easy. File navigation becomes easy. Can compile code in IDE itself.
Chose NetBeans
All above mentioned is good for web development and Netbeans is an IDE which can do a lot more than normal text editors. File navigation is also easy in Netbeans.
Chose NetBeans
NetBeans holds its own in comparison to other IDEs. Versus IntelliJ and Eclipse, it's a matter of preference and familiarity.
Chose NetBeans
NetBeans is free, open source and offers a lot of open source plugins. If you don't have money to invest in a proprietary IDE, you can use NetBeans as the main IDE. Also, it's backed up by a great community and Apache so you know that it will receive upgrades and updates to …
Chose NetBeans
NetBeans goes with other IDE's in market like Eclipse, Rational Application Development and more.

I prefer NetBeans since it's a lighter version than RAD and Eclipse for building/developing Java and J2EE applications. It also has dynamic support for JavaScript, HTML, PHP.
Chose NetBeans
I have been using NetBeans for many years and I am very comfortable with it. NetBeans is a Java IDE and for different languages ​​such as PHP, Javascript, JavaFX, C / C ++, etc. unlike Eclipse, which is more useful only for Java. NetBeans helps the developer to develop their …
Chose NetBeans
It provides way to go to object or method declaration from its instance or next occurrence of object anywhere in the code. Also, it bundles difference checking and code version repos like svn, git and mercury. It almost have everything you need in development of your software.
Chose NetBeans
Easy to use. Not really proprietary to a single vendor or language.
Chose NetBeans
Netbeans has a larger number of plugins than Eclipse does which makes development easier. It provides a lot of support for enterprise Java based applications. It has a powerful user interface which makes it easier to navigate through the software. It provides support for the …
Chose NetBeans
Both are very good IDE's especially for Java. Both have great integrations. I chose NetBeans because of the better integration with Glassfish.
Chose NetBeans
NetBeans is easier to use. It has a simpler UI and it's more similar with other IDEs than Eclipse. I never liked Eclipse's workspace concept, with NetBeans you just have projects. Overall I would say using NetBeans requires less learning since it's UI is more logical and you …
Chose NetBeans

I originally began coding with Eclipse, but found debugging to be difficult to implement; switched to NetBeans and never really looked back. When coding for specific projects (for instance Android or a Java class ) Eclipse seems to have a better foothold on integration of …

Best Alternatives
EspressoNetBeans
Small Businesses
Swiftify
Swiftify
Score 9.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Medium-sized Companies
Swiftify
Swiftify
Score 9.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Enterprises
Swiftify
Swiftify
Score 9.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
EspressoNetBeans
Likelihood to Recommend
8.0
(0 ratings)
7.8
(0 ratings)
Usability
-
(0 ratings)
9.0
(0 ratings)
Support Rating
-
(0 ratings)
8.5
(0 ratings)
User Testimonials
EspressoNetBeans
Likelihood to Recommend
  • 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
If your organization works with developing or supporting Java applications and is focused on running efficiently with a lean budget, NetBeans would be a good choice to consider.
If your development staff uses other languages, or prefers a high level of available professional IDE support, it may be better to consider a paid option if your budget allows.
Read full review
Pros
  • 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
  • Great code completion, just start typing some code and the program will fill in the code.
  • Find/Replace is a key feature and works through whole projects as opposed to just a single file.
  • Side by side code comparison right in the interface allows me to update similar pages.
  • I appreciate the ease of using variable highlighting, with a wave of the mouse you can see visually where a given variable exists in your code.
Read full review
Cons
  • 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
  • Heavy software needs more RAM. It does tend to use a lot of your computer's resources if you're loading up a huge project and slow things down.
  • Problems with configuring plugins.
  • With every release of a new version, there are some bugs which create problems while coding.
Read full review
Usability
No answers on this topic
Netbeans enhances my coding work, shows me where I have errors and helps find variable instances. I would be lost without find/replace in projects functionality as I use projects as templates for new projects. Occasionally the code hints aggravate me, but I understand that it is actually making me a better coder, working to get the 'green light' of a clean file with no errors or clumsy code.
Read full review
Support Rating
No answers on this topic
NetBeans has a very strong user community. We can find solutions here for almost all the problems we face. In addition, we can forward NetBeans Support teams the problems we cannot solve. We can get quick feedback from the support teams, but I generally try to solve my problems by following the forums.
Read full review
Alternatives Considered
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
IBM Rational Application Developer and IntelliJ IDEA are great with hell lot of features packed into the product and are subscription based. However, most of the features they were providing were moot from my organization's business perspective and the cost was expensive. Eclipse is an opensource product with great features, but is difficult to configure and use as compared to NetBeans. One of the frustrating issues we faced with Eclipse was its slowness while saving a file. http://https//stackoverflow.com/questions/40166270/eclipse-neon-pathetically-slow
Read full review
Return on Investment
  • 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
  • It changed my way of coding. In my early days of development I never indented code, but with NetBeans my coding way has changed.
  • One IDE for all languages. I can write code in PHP, HTML, CSS, and JavaScript in only one editor or IDE.
Read full review
ScreenShots