Apigee vs ReadyAPI Test comparison

Cancel
You must select at least 2 products to compare!
Google Logo
972 views|736 comparisons
92% willing to recommend
SmartBear Logo
2,391 views|1,953 comparisons
93% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Apigee and ReadyAPI Test based on real PeerSpot user reviews.

Find out in this report how the two API Testing Tools solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed Apigee vs. ReadyAPI Test Report (Updated: May 2024).
772,679 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"Easy interface to monetize and deliver APIs with very easy integration for third-party development environments/delivery.""I simply like how you can personalize your products and put them into product categories. That's what I like the most.""The most valuable feature is monetization.""The stability of the solution is good. There aren't issues surrounding bugs or glitches. We don't find that it crashes or freezes. It's pretty reliable.""The analytics feature is quite good.""Its flexibility allows seamless management of different products, showcasing scalability to handle extensive solutions.""The most valuable features are low-code play, quick packaging, and production.""The most important feature is the security capabilities and the way it integrates very quickly with other security providers. We have integrated it with Azure and it integrates quite seamlessly."

More Apigee Pros →

"It clearly makes it easy to test APIs based on the SOAP protocol. We are a logistics company, and we have lots of tracking calls coming in. We provide APIs for tracking services, and it makes sense for us to use SoapUI to test them thoroughly.""The interface is user-friendly.""The solution offers excellent integration capabilities.""SoapUI is uncomplicated and user-friendly.""The solution has some good scanning features.""The utmost importance lies in the performance of the application.""ReadyAPI has the power to enrich all the technical work. You can achieve any complex task using ReadyAPI. I can also do UI automation with ReadyAPI. In a few test cases, we want to check the API and the equivalent UI. I download a job and write a piece of Groovy or Java code. It's almost the same in ReadyAPI. I can do that in a single test case. ReadyAPI is a powerful tool because you can do anything you want, but only you need to download the right set of jobs and produce the right set of code.""The Pro and free version of SoapUI Pro has good technical support."

More ReadyAPI Test Pros →

Cons
"They have an external developer platform that was a little bit painful.""I don't have any notes for improvement.""More documentation on the Open Banking Standard will help.""Integration should be improved.""The initial setup is not straightforward, particularly for hybrid solutions.""The solution could add even more functionalities.""The solution is pretty expensive.""I would like to see the monitoring, dashboards, and reports improve."

More Apigee Cons →

"There are no bugs or glitches, but a few features available only in the Pro version could be made available in the open-source version. Some of the features do not necessarily need to be only available to Pro users. The data generator would be really useful for the open-source version users.""SoapUI would benefit from some more customization abilities. It's a good interface, but it would be nice if they added the ability to build custom dashboards where the user can do their own bar graphs and pie charts.""Could integrate the graphing module for load testing.""The current interface is unsatisfactory.""Grouping of the cases is not possible in SoapUI, to my knowledge. When working with critical cases or the, we were not able to group them properly. We can definitely create a suite and add them there, but within a whole suite, we have to identify them, which was not easy.""SoapUI Pro could improve by having dashboards.""It is limited to scope and risk services only. It does have some support for JMS, but it is not out-of-the-box; you have to do some tweaks here and there.""The documentation needs to be improved because the interface is not easy for a first-time user."

More ReadyAPI Test Cons →

Pricing and Cost Advice
  • "As most of the customers say, the tool is a bit expensive."
  • "Based on your usage of the APIs you can take a decision to go with either an on-cloud or OPDK version. Get in touch with the sales representatives of Apigee."
  • "Since it was acquired by Google, we can get a license based on our requirements and the cost level will depend on cloud access and support."
  • "Pricing options need to be chosen on a case-by-case basis."
  • "The cost of the licensing is based on the number of API calls that are made."
  • "It is not suited for small companies. It's expensive."
  • "It is more expensive when you compare to open-source products or other vendors."
  • "We have a contract for three years. I don't know the cost."
  • More Apigee Pricing and Cost Advice →

  • "The cost is not that bad."
  • "I think the number of users is also limited, considering how much we pay."
  • "My understanding is that the pricing is okay, however, that's taken care of by our procurement team. It's around $5,000 for three years."
  • "The Pro version can be expensive for some companies. There are no costs in addition to the licensing fees."
  • "We have team members who are working in shifts, and it is not possible for us to utilize a single license on a single piece of hardware so that multiple team members can use it. We have to take out multiple licenses for each team member."
  • "SoapUI Pro is open source but it has a subscription-based model which involves some more features. At the moment we are using the free version. The Pro version requires a license, and it is an annual license to use it."
  • "ReadyAPI Test is about $680 per user, per year."
  • "It is free of charge."
  • More ReadyAPI Test Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which API Testing Tools solutions are best for your needs.
    772,679 professionals have used our research since 2012.
    Questions from the Community
    Top Answer: Apigee offers both cloud-based and on-prem options while Microsoft Azure API Management currently only offers a cloud-based solution. Both solutions are easy to use. Apigee allows for the ability… more »
    Top Answer:Amazon API Gateway is a platform that supports the creation and publication of API for web applications. The platform can support thousands of simultaneous API calls, and it provides monitoring… more »
    Top Answer:We can customize the dashboard.
    Top Answer:The product allows us to uncover any potential issues early on.
    Top Answer:ReadyAPI Test is expensive, and I rate its pricing a four out of ten.
    Top Answer:ReadyAPI Test needs to improve its reporting. While reports provide essential information when issues arise, or tests fail, having more graphical representations directly within the reports would be… more »
    Ranking
    6th
    out of 17 in API Testing Tools
    Views
    972
    Comparisons
    736
    Reviews
    32
    Average Words per Review
    368
    Rating
    8.1
    8th
    out of 17 in API Testing Tools
    Views
    2,391
    Comparisons
    1,953
    Reviews
    6
    Average Words per Review
    379
    Rating
    8.0
    Comparisons
    Also Known As
    SoapUI NG Pro
    Learn More
    Overview

    Apigee is a platform for developing and managing APIs. Apigee offers an interface for your core services by wrapping them with a proxy layer which is then accessed by other developers. With Apigee, you can design and build APIs and then securely share their services and data without exposing any code.

    Because app developers make HTTP requests to an API proxy rather than directly to your services, your services are separated from the developers. All the developer needs to know is the URL of the API proxy endpoint, necessary query parameters, authorization credentials (if they exist), and the response data format.

    The API proxy isolates the app developer from your backend service. Therefore, you are free to change the service implementation if the public API remains consistent. By maintaining a consistent frontend API, existing client apps will continue to work regardless of changes on the backend.

    Key capabilities of the Apigee API management platform include:

    • Security: Protect APIs, messages, and backends with configurable policies such as OAuth, API key verification, XML/JSON threat protection, and access control.

    • API gateway: Secure and mediate the traffic between clients and backends, and between a company’s APIs and the developers who use the APIs.

    • Developer portal: Attract and engage application developers, enabling them to discover, explore, purchase, and test APIs and register to access and use the APIs.

    • API console: The console helps developers learn and work with APIs.

    • API lifecycle management: Manage the process of designing, developing, publishing, deploying, and versioning APIs.

    • Automated documentation: Automate the development of API documentation and software development kits.

    • Machine learning: Utilize machine learning and analytics to generate actionable insights and reports.
    • API monitoring: Apigee offers monitoring tools for API troubleshooting, security, and optimization.

    Reviews from Real Users:

    Apigee stands out among its competitors for a number of reasons. Several major ones are its rich developer portal, its advanced analytics, and its central monitoring system.

    Carlos R., a software architect at Caja Los Andes writes, “The central monitoring feature is the most valuable. It also provides security for the APIs and high availability for our use cases. Apigee is the best product in the industry in comparison to other API management solutions. It helps in fast development, which is a top point. It also supports a lot of industry standards and has excellent documentation.”

    An associate vice president at a tech services company notes, “The analytics function and the developer portal are the two valuable features of Apigee. The analytics part is very good, and the developer portal is quite rich in features. The authentication mechanisms are quite easily built into Apigee, which is something that most of the other products have also now started supporting.”

    For REST, SOAP and other popular API and IoT protocols, SoapUI NG Pro provides the industry's most comprehensive and easy-to-learn functional testing capabilities. Based on open core technology proven by millions of community members, SoapUI NG Pro helps you ensure that your APIs perform as intended, meet your business requirements, timeframes, and team skill sets right from day one.
    Sample Customers
    Adobe, advance.net, Amadeus, AT&T, Bechtel, Belly, Burberry, Chegg, Citrix, Dell, eBay, Equifax, GameStop, First Data, Globe, HCSC, Intralinks, Kao, Meredith, Mitchell, Orange, Pearson
    Apple, Cisco, FedEx, eBay, Microsoft, MasterCard, Pfizer, Nike, Oracle, Volvo, Lufthansa, Disney, HP, Intel, U.S. Air Force, Schindler
    Top Industries
    REVIEWERS
    Computer Software Company31%
    Financial Services Firm17%
    Retailer14%
    Insurance Company10%
    VISITORS READING REVIEWS
    Financial Services Firm23%
    Computer Software Company12%
    Manufacturing Company7%
    Insurance Company6%
    REVIEWERS
    Financial Services Firm21%
    Computer Software Company16%
    Logistics Company11%
    Consumer Goods Company5%
    VISITORS READING REVIEWS
    Financial Services Firm23%
    Computer Software Company13%
    Insurance Company10%
    Manufacturing Company7%
    Company Size
    REVIEWERS
    Small Business20%
    Midsize Enterprise10%
    Large Enterprise69%
    VISITORS READING REVIEWS
    Small Business16%
    Midsize Enterprise11%
    Large Enterprise73%
    REVIEWERS
    Small Business27%
    Midsize Enterprise10%
    Large Enterprise63%
    VISITORS READING REVIEWS
    Small Business16%
    Midsize Enterprise9%
    Large Enterprise75%
    Buyer's Guide
    Apigee vs. ReadyAPI Test
    May 2024
    Find out what your peers are saying about Apigee vs. ReadyAPI Test and other solutions. Updated: May 2024.
    772,679 professionals have used our research since 2012.

    Apigee is ranked 6th in API Testing Tools with 82 reviews while ReadyAPI Test is ranked 8th in API Testing Tools with 31 reviews. Apigee is rated 8.2, while ReadyAPI Test is rated 8.0. The top reviewer of Apigee writes "Has a robust community and outstanding performance". On the other hand, the top reviewer of ReadyAPI Test writes "You can achieve any complex task with this tool". Apigee is most compared with Microsoft Azure API Management, IBM API Connect, WSO2 API Manager, Amazon API Gateway and Layer7 API Management, whereas ReadyAPI Test is most compared with Postman, Broadcom Service Virtualization, ReadyAPI and Tricentis Tosca. See our Apigee vs. ReadyAPI Test report.

    See our list of best API Testing Tools vendors.

    We monitor all API Testing Tools reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.