Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromSmartBear/soapui

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.txt
NotificationsYou must be signed in to change notification settings

efvb/soapui

 
 

Repository files navigation

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

Table of content

Structure and submodules

Build and run

Prerequisites

Get the source code for the first time

To get the source code, rungit 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, runmvn clean install in the root folder.
  • To build an individual submodule, runmvn clean install in the root folder of the submodule you want to build.

Run

To run SoapUI after it has been built, executemvn exec:java in the root folder of thesoapui submodule.

Get the latest changes

To get the latest source code changes, clone the project by runninggit 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 toSoapUI 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.

Open project

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

Run SoapUI

After you have created the IDEA project, navigate to thecom.eviware.soapui.SoapUI class, right-click and selectRun.

Get the latest changes

Right-click on the root folder in theProject panel and selectGit > Repository > Pull.

Tip

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

Open project

  1. Clone the project
  2. In the main menu, selectFile > Import.
  3. In theImport dialog, selectMaven > Existing Maven projects and clickNext.
  4. In theRoot directory, enter the path to the root folder of the SoapUI project and clickFinish.

Run SoapUI

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

Get the latest changes

  1. Right-click on the root folder in thePackage explorer panel.
  2. SelectTeam > Pull.

Documentation

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

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

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, trySoapUI Pro.

Additional resources

About

SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.txt

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java97.3%
  • XSLT1.2%
  • Gherkin0.6%
  • HTML0.5%
  • Shell0.1%
  • Batchfile0.1%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp