SoapUI

SoapUI 是一款免费开源的跨平台功能测试解决方案,适用于应用程序接口和网络服务。「SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.」

SoapUI is the world's leading testing tool for API testing. See the SoapUI website to learn more.
By downloading our software, you agree to our license and privacy policy.

Table of content

Structure and submodules

Build and run

Prerequisites

Get the source code for the first time

To get the source code, run git clone https://github.com/SmartBear/soapui.git in the folder where you want to clone the root folder of the SoapUI project.

Build

  • To build a SoapUI project, run mvn clean install in the root folder.
  • To build an individual submodule, run mvn clean install in the root folder of the submodule you want to build.

Run

To run SoapUI after it has been built, execute mvn exec:java in the root folder of the soapui submodule.

Get the latest changes

To get the latest source code changes, clone the project by running git pull in the root directory of the SoapUI project or in the root directory of the submodule you want to update.

Contribute

If you want to take a more active part in improving SoapUI, go to SoapUI Developer's Corner for more information.

IDE support

As SoapUI is using a standard Maven 3 setup, building and running SoapUI from an IDE is usually very straight forward, as long as the IDE has good Maven support.

IntelliJ IDEA

Open project

  1. Clone the project.
  2. In the main menu, select File > Open.
  3. Enter the path to the root folder of the SoapUI project.
  4. Run mvn compile to generate necessary source files automatically.

Run SoapUI

After you have created the IDEA project, navigate to the com.eviware.soapui.SoapUI class, right-click and select Run.

Get the latest changes

Right-click on the root folder in the Project panel and select Git > Repository > Pull.

Tip

To get the code style settings used by the SoapUI team, select File > Import Settings and import the intellij-codestyle.jar file located in the root folder of the SoapUI project.

Eclipse

Open project

  1. Clone the project
  2. In the main menu, select File > Import.
  3. In the Import dialog, select Maven > Existing Maven projects and click Next.
  4. In the Root directory, enter the path to the root folder of the SoapUI project and click Finish.

Run SoapUI

After you have created the Eclipse project, navigate to the com.eviware.soapui.SoapUI class, right-click it and select Run as > Java application.

Get the latest changes

  1. Right-click on the root folder in the Package explorer panel.
  2. Select Team > Pull.

Documentation

To generate documentation (JavaDoc), run mvn javadoc:javadoc in the root folder of the submodule you want to create documentation for. The documentation will be located in the target/site/javadoc folder after the Maven command is executed successfully.

You can also get the latest information on SoapUI classes and methods here.

Advanced Functionality

SoapUI Open Source offers basic functionality for API testing. For additional features, such as data-driven testing, coverage testing, groovy script debugging and others, try SoapUI Pro.

Additional resources

Main metrics

Overview
Name With OwnerSmartBear/soapui
Primary LanguageJava
Program languageShell (Language Count: 11)
Platform
License:Other
所有者活动
Created At2012-07-08 14:27:41
Pushed At2025-04-03 13:15:00
Last Commit At2018-01-24 16:30:38
Release Count32
Last Release Name5.8.0 (Posted on )
First Release Namev4.5.1-maven-3-done (Posted on 2013-02-12 14:25:15)
用户参与
Stargazers Count1.6k
Watchers Count136
Fork Count622
Commits Count7.8k
Has Issues Enabled
Issues Count236
Issue Open Count123
Pull Requests Count432
Pull Requests Open Count13
Pull Requests Close Count161
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private