SoapUI

{{Short description|Open-source web service testing application}}

{{Use mdy dates|date=September 2014}}

{{Infobox software

|name = SoapUI

|logo = Soapui-logo.png

|screenshot = SoapUI Open Source.png

|caption = SoapUI Open Source

|collapsible =

|author =

|developer = SmartBear Software

|released = {{start date and age|2005}}

| latest release version = {{wikidata|property|reference|edit|P348}}

| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}

|latest preview version =

|latest preview date =

|repo = {{URL|https://github.com/SmartBear/soapui}}

|programming language = Java, Groovy

|language = English

|operating system =

|genre = SOA, web Services

|license = EUPL (SoapUI Open Source)
Proprietary (ReadyAPI)

|website = {{URL|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.{{cite web | url=http://www.mogul.com/en/about-mogul/press/news/2011/july/sale-of-eviware-software-ab-to-smartbear-software-inc |title=Eviware software AB sold to SmartBear Software Inc. | last=| first=| publisher=Mogul |date=5 July 2011| archive-url=https://web.archive.org/web/20160603070924/http://www.mogul.com/en/about-mogul/press/news/2011/july/sale-of-eviware-software-ab-to-smartbear-software-inc | archive-date=2016-06-03|access-date=2016-06-03 }}[http://www.stockholminnovation.com/SV/793/smartbear-software-acquires-eviware/ ] {{webarchive |url=https://web.archive.org/web/20110712053529/http://www.stockholminnovation.com/SV/793/smartbear-software-acquires-eviware/ |date=July 12, 2011 }}

SoapUI was initially released to SourceForge in September 2005. It is free software, licensed under the terms of the European Union Public License.{{cite web|url=http://www.soapui.org/Developers-Corner/soapui-license.html|title=SoapUI End User License Agreement|publisher=|access-date=September 28, 2014}} Since the initial release, SoapUI has been downloaded more than 2,000,000 times.{{cite web|url=http://www.soapui.org/ |title=The Home of Functional Testing |publisher=soapUI |date= |access-date=December 13, 2011}} 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.{{cite book |last= Ferguson Smart |first= John |title= Java Power Tools |url= https://archive.org/details/javapowertools00smar |url-access= limited |publisher= O'Reilly |date=April 2008 |isbn= 978-0-596-52793-8 |pages=[https://archive.org/details/javapowertools00smar/page/n584 547]–566 |ref=Smart 2008, p. 549. }}{{cite web|url=http://sourceforge.net/projects/soapui/ |title=soapUI | Free Development software downloads at |publisher=sourceforge.net |date= |access-date=December 13, 2011}}

SoapUI can test SOAP and REST web services, JMS, AMF, as well as make any HTTP(S) and JDBC calls.{{cite web|url=http://www.soapui.org/About-SoapUI/features.html#tech-support |title=SoapUI Technology Support |publisher=soapui.org |date= |access-date=April 14, 2014}}

Features

=SoapUI=

Core features include web services:{{cite web |url=http://www.soapui.org/About-SoapUI/compare-soapui-and-soapui-pro.html |title=Compare soapUI and soapUI Pro |work=soapui.org |date= |access-date=December 13, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20120101214648/http://www.soapui.org/About-SoapUI/compare-soapui-and-soapui-pro.html |archive-date=January 1, 2012 |df=mdy-all }}

  • inspection
  • invoking
  • development
  • simulation and mocking
  • functional, compliance and security testing

=ReadyAPI=

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

class="wikitable" style="font-size:90%;"
Feature

! Benefit

! Read more

WSDL coverage

| Analyze request/response messages to see how well a WSDL contract is being tested/mocked/used.

| [https://web.archive.org/web/20090417012934/http://www.soapui.org/userguide/coverage.html ]

WSDL refactoring

| Automatically update requests/response/assertions when the underlying WSDL changes.

| [http://www.soapui.org/SOAP-and-WSDL/wsdl-refactoring.html]

Composite projects

| Work together in a team on your Web service testing projects.

| [http://www.soapui.org/userguide/projects/composite-projects.html ]

Requirements management

| Manage, import, and export project requirements and link them to test cases.

| [http://www.soapui.org/userguide/projects/requirements.html ]

Form-based request editor

| To ease the editing and understanding of request messages for both technical and non-technical users.

| [http://www.soapui.org/userguide/formeditor.html ]

Overview message viewer

| To get an overview of the corresponding response/mock-request/monitored message.

| [http://www.soapui.org/userguide/overviewview.html ]

Tree-based request/response editor

| To ease the navigation and understanding of larger messages.

| [http://www.soapui.org/userguide/outlineeditor.html ]

Table inspector

| To quickly give an overview of tabular message content.

|

Schema inspector

| To ease inspection and debugging of message content.

|

XML inspector

| To ease inspection and debugging of message content.

|

Doc inspector

| To ease understanding of message content.

|

DataSource TestStep

| To ease the creation of data-driven tests.

| [http://www.soapui.org/userguide/functional/datasourcestep.html ]

DataSink TestStep

| Eases collection of data to be used in subsequent tests or for external reporting.

|[http://www.soapui.org/Data-Driven-Testing/storing-data.html]

DataGen TestStep

| To simplify comprehensive testing of complex interfaces.

| [http://www.soapui.org/userguide/functional/datagenstep.html ]

Property transfer wizards

| To ease the creation of complex test cases / message flows.

| [http://www.soapui.org/userguide/functional/response-wizards.html#Property_Transfer_Wizards ]

XPath Assertion Wizards

| To ease the creation of XPath assertions for TestRequest and MockResponse steps.

| [http://www.soapui.org/userguide/functional/response-wizards.html#Add_Assertion_Wizard ]

XPath Wizards

| Eases creation of XPath expressions in many situations.

| [http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html#2-point-and-click-testing-in-xpath-assertions]

Integrated reporting

| To provide summaries of functional testing for tracking and governance.

| [http://www.soapui.org/userguide/functional/testsuites.html#Generating_Reports ]

Groovy script library

| Eases reuse and scripting of complex scenarios.

| [http://www.soapui.org/userguide/scripting.html ]

Tabbed desktop

| Eases desktop management with multiple editors.

| [http://www.soapui.org/Working-with-soapUI/preferences.html#5-ui-settings]

API Discovery

| Ability to create SoapUI tests based on captured HTTP traffic that was generated from user actions (e.g. from browsing a website)

| [http://www.soapui.org/REST-Discovery/api-with-internal-browser.html ]

Awards

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

  • Jolt Awards 2014: The Best Testing Tools{{cite web|url=http://www.drdobbs.com/testing/jolt-awards-2014-the-best-testing-tools/240168372?pgno=7 |title=Jolt Awards 2014: The Best Testing Tools |work=Dr. Dobb's |access-date=June 26, 2015}}
  • ATI Automation Honors, 2009{{cite web|url=http://vimeo.com/8078081 |title=ATI Automation Honors webcast |access-date=April 5, 2011}}
  • InfoWorld Best of Open Source Software Award, 2008{{cite web |url=http://www.infoworld.com/node/61277 |publisher=InfoWorld |title=InfoWorld Bossie, Best Web Service Test Tool |access-date=April 5, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20090422010806/http://www.infoworld.com/node/61277 |archive-date=April 22, 2009 |df=mdy-all }}
  • SOAWorld Readers' Choice Award, 2007{{cite web |url=http://soa.sys-con.com/node/397933 |publisher=SOAWorld Magazine |title=2007 SOA World Reader's Choice Awards |access-date=April 5, 2011 |archive-date=January 19, 2011 |archive-url=https://web.archive.org/web/20110119032159/http://soa.sys-con.com/node/397933 |url-status=dead }}

See also

{{Portal|Free and open-source software}}

{{Div col|colwidth=20em}}

  • Software testing
  • System testing
  • Test case
  • Test-driven development
  • TestComplete
  • xUnit – a family of unit testing frameworks
  • {{Div col end}}

    References

    {{Reflist}}