SoapUI

Last updated

SoapUI
Soapui-logo.png
SoapUI Open Source.png
SoapUI Open Source
Developer(s) SmartBear Software
Initial release2005;17 years ago (2005)
Stable release
5.7.0 / January 12, 2022;8 months ago (2022-01-12) [1] [2]
Repository github.com/SmartBear/soapui
Written inJava, Groovy
Available inEnglish
Type SOA, web Services
License EUPL (SoapUI Open Source)
Proprietary (SoapUI Pro)
Website soapui.org

SoapUI is an open-source web service testing application for Simple Object Access Protocol (SOAP) and representational state transfers (REST). Its functionality covers web service inspection, invoking, development, simulation and mocking, functional testing, load and compliance testing. A commercial version, ReadyAPI (formerly SoapUI Pro), which mainly focuses on features designed to enhance productivity, was also developed by Eviware Software AB. In 2011, SmartBear Software acquired Eviware. [3] [4]

Contents

SoapUI was initially released to SourceForge in September 2005. It is free software, licensed under the terms of the European Union Public License. [5] Since the initial release, SoapUI has been downloaded more than 2,000,000 times. [6] It is built entirely on the Java platform, and uses Swing for the user interface. This means that SoapUI is cross-platform. Today, SoapUI also supports IDEA, Eclipse, and NetBeans. [7] [8]

SoapUI can test SOAP and REST web services, JMS, AMF, as well as make any HTTP(S) and JDBC calls. [9]

Features

SoapUI

Core features include web services: [10]

SoapUI Pro

SoapUI Pro is the commercial enterprise version. SoapUI Pro adds a number of productivity enhancements to the SoapUI core, which are designed to ease many recurring tasks when working with SoapUI. [10]

FeatureBenefitRead more
WSDL coverageAnalyze request/response messages to see how well a WSDL contract is being tested/mocked/used.
WSDL refactoringAutomatically update requests/response/assertions when the underlying WSDL changes.
Composite projectsWork together in a team on your Web service testing projects.
Requirements managementManage, import, and export project requirements and link them to test cases.
Form-based request editorTo ease the editing and understanding of request messages for both technical and non-technical users.
Overview message viewerTo get an overview of the corresponding response/mock-request/monitored message.
Tree-based request/response editorTo ease the navigation and understanding of larger messages.
Table inspectorTo quickly give an overview of tabular message content.
Schema inspectorTo ease inspection and debugging of message content.
XML inspectorTo ease inspection and debugging of message content.
Doc inspectorTo ease understanding of message content.
DataSource TestStepTo ease the creation of data-driven tests.
DataSink TestStepEases collection of data to be used in subsequent tests or for external reporting.
DataGen TestStepTo simplify comprehensive testing of complex interfaces.
Property transfer wizardsTo ease the creation of complex test cases / message flows.
XPath Assertion WizardsTo ease the creation of XPath assertions for TestRequest and MockResponse steps.
XPath WizardsEases creation of XPath expressions in many situations.
Integrated reportingTo provide summaries of functional testing for tracking and governance.
Groovy script libraryEases reuse and scripting of complex scenarios.
Tabbed desktopEases desktop management with multiple editors.
API DiscoveryAbility to create SoapUI tests based on captured HTTP traffic that was generated from user actions (e.g. from browsing a website)

Awards

SoapUI has been given a number of awards. These include:

See also

Related Research Articles

A web service (WS) is either:

In software testing, test automation is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes. Test automation can automate some repetitive but necessary tasks in a formalized testing process already in place, or perform additional testing that would be difficult to do manually. Test automation is critical for continuous delivery and continuous testing.

Mobile app development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. These software applications are designed to run on mobile devices, such as a smartphone or tablet computer. These applications can be pre-installed on phones during manufacturing platforms, or delivered as web applications using server-side or client-side processing to provide an "application-like" experience within a web browser. Application software developers also must consider a long array of screen sizes, hardware specifications, and configurations because of intense competition in mobile software and changes within each of the platforms. Mobile app development has been steadily growing, in revenues and jobs created. A 2013 analyst report estimates there are 529,000 direct app economy jobs within the EU then 28 members, 60 percent of which are mobile app developers.

Micro Focus Unified Functional Testing

Micro Focus Unified Functional Testing (UFT), formerly known as QuickTest Professional (QTP), is software that provides functional and regression test automation for software applications and environments.

<span class="mw-page-title-main">TestComplete</span> Software test automation tool

TestComplete is a functional automated testing platform developed by SmartBear Software. TestComplete gives testers the ability to create automated tests for Microsoft Windows, Web, Android, and iOS applications. Tests can be recorded, scripted or manually created with keyword driven operations and used for automated playback and error logging.

Parasoft SOAtest is a testing and analysis tool suite for testing and validating APIs and API-driven applications. Basic testing functionality include functional unit testing, integration testing, regression testing, system testing, security testing, simulation and mocking, runtime error detection, web UI testing, interoperability testing, WS-* compliance testing, and load testing.

<span class="mw-page-title-main">Parasoft</span> Software testing framework

Parasoft is an independent software vendor specializing in automated software testing and application security with headquarters in Monrovia, California. It was founded in 1987 by four graduates of the California Institute of Technology who planned to commercialize the parallel computing software tools they had been working on for the Caltech Cosmic Cube, which was the first working hypercube computer built.

API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integration testing to determine if they meet expectations for functionality, reliability, performance, and security. Since APIs lack a GUI, API testing is performed at the message layer. API testing is now considered critical for automating testing because APIs now serve as the primary interface to application logic and because GUI tests are difficult to maintain with the short release cycles and frequent changes commonly used with Agile software development and DevOps.

<span class="mw-page-title-main">AQtime</span>

AQtime is a performance profiler and memory/resource debugging toolset developed by SmartBear Software. It is integrated into Microsoft Visual Studio, Visual Studio Test Projects and Embarcadero RAD Studio that allows analyzing the application without leaving the development environment.

Continuous testing is the process of executing automated tests as part of the software delivery pipeline to obtain immediate feedback on the business risks associated with a software release candidate. Continuous testing was originally proposed as a way of reducing waiting time for feedback to developers by introducing development environment-triggered tests as well as more traditional developer/tester-triggered tests.

<span class="mw-page-title-main">LoadUI</span>

LoadUI is a load testing software, targeted mainly at web services. LoadUI runs on Windows, Linux and Mac OS. LoadUI allows users to test the speed and scalability of APIs, preview API performance behaviors before releasing to production environments.

Test Studio Software test automation tool

Progress Telerik Test Studio is a Windows-based software test automation tool for web and desktop that supports functional testing, software performance testing, load testing and RESTful API testing developed by Telerik. The tool ships with a plugin for Visual Studio and a standalone app that use the same repositories and file formats. Test Studio supports HTML, AJAX, Silverlight, ASP.NET MVC, JavaScript, WPF, Angular, React, ASP.NET AJAX, ASP.NET Core, and Blazor. Any application that runs on .NET 5, .NET Core, .NET 6 or higher can be automated with Test Studio. Test Studio supports cross-browser testing for Internet Explorer, Firefox, Microsoft Edge, and Chrome.

Helix ALM, formerly called TestTrack, is application lifecycle management (ALM) software developed by Perforce. The software allows developers to manage requirements, defects, issues and testing during software development.

Idera, Inc. is the parent company of a portfolio of brands that offer B2B software including database tools, application development tools, test management tools, and DevOps tools. It is headquartered in Houston, Texas and has offices in Australia, Austria, and the United Kingdom. It is owned by the private equity firms HGGC, Partners Group and TA Associates.

RESTful API Modeling Language (RAML) is a YAML-based language for describing RESTful APIs. It provides all the information necessary to describe RESTful or practically RESTful APIs. Although designed with RESTful APIs in mind, RAML is capable of describing APIs that do not obey all constraints of REST. It encourages reuse, enables discovery and pattern-sharing and aims for merit-based emergence of best practices.

The OpenAPI Specification, previously known as the Swagger Specification, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web services. Previously part of the Swagger framework, it became a separate project in 2016, overseen by the OpenAPI Initiative, an open-source collaboration project of the Linux Foundation. Swagger and some other tools can generate code, documentation, and test cases given an interface file.

Telerik

Telerik AD is a Bulgarian company offering software tools for web, mobile, desktop application development, tools and subscription services for cross-platform application development. Founded in 2002 as a company focused on .NET development tools, Telerik now also sells a platform for web, hybrid and native app development.

Swagger (software) Computing language

Swagger is a suite of tools for API developers from SmartBear Software and a former specification upon which the OpenAPI Specification is based.

SmartBear Software American information technology company

SmartBear Software is an American privately-held information technology company that delivers tools for application performance monitoring (APM), software development, software testing, API testing and API management. The company is based in Assembly Square in Somerville in the Greater Boston Area. The company was founded in 2009, out of a combination of companies, including one with a similar name.

<span class="mw-page-title-main">Katalon Studio</span> Free automation testing solution developed by Katalon LLC

Katalon Studio is an automation testing software tool developed by Katalon, Inc. The software is built on top of the open-source automation frameworks Selenium, Appium with a specialized IDE interface for web, API, mobile and desktop application testing. Its initial release for internal use was in January 2015. Its first public release was in September 2016. In 2018, the software acquired 9% of market penetration for UI test automation, according to The State of Testing 2018 Report by SmartBear.

References

  1. "Latest SoapUI Release Notes | SoapUI". soapUI. January 12, 2022. Retrieved January 12, 2022.
  2. "Releases · SmartBear/soapui". soapUI. January 12, 2022. Retrieved January 12, 2022.
  3. "Eviware software AB sold to SmartBear Software Inc". Mogul. July 5, 2011. Archived from the original on June 3, 2016. Retrieved June 3, 2016.
  4. Archived July 12, 2011, at the Wayback Machine
  5. "SoapUI End User License Agreement" . Retrieved September 28, 2014.
  6. "The Home of Functional Testing". soapUI. Retrieved December 13, 2011.
  7. Ferguson Smart, John (April 2008). Java Power Tools . O'Reilly. pp.  547–566. ISBN   978-0-596-52793-8.
  8. "soapUI | Free Development software downloads at". sourceforge.net. Retrieved December 13, 2011.
  9. "SoapUI Technology Support". soapui.org. Retrieved April 14, 2014.
  10. 1 2 "Compare soapUI and soapUI Pro". soapui.org. Archived from the original on January 1, 2012. Retrieved December 13, 2011.
  11. "Jolt Awards 2014: The Best Testing Tools" . Retrieved June 26, 2015.
  12. "ATI Automation Honors webcast" . Retrieved April 5, 2011.
  13. "InfoWorld Bossie, Best Web Service Test Tool". InfoWorld. Archived from the original on April 22, 2009. Retrieved April 5, 2011.
  14. "2007 SOA World Reader's Choice Awards". SOAWorld Magazine. Retrieved April 5, 2011.