Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.4_CTP_3.1.1

This topic introduces You can use the Parasoft REST API , which  allows you to remotely create and update 

...

test assets

 directly  create, update, and execute test assets directly on the Parasoft server. This enables third-party integrations, custom programmatic interactions, and access via additional user interfaces such as Parasoft CTP.

...

Table of Contents
maxLevel1

...

The REST API covered in this topic focuses on operations associated with creating and updating virtual and test assets. Virtualize and SOAtest also includes a SOAP-based API that focuses on the management, execution, and deployment of virtual and test assets. 

...

See Testing from the Web Service Interface

 for more information about the SOAP-based API.

Prerequisites

...

  • The SOAtest server must be running

  • Server API-enabled license

...

Info
titleHow do I start SOAtest Server

From the cli: soatestcli -startServer
From the UI: Click the Start Server button in the SOAtest Server view.

Image Modified

If the Start Server button is grayed out and the red Stop Server button is enabled, this means that the server is running.

Image Modified


About the REST API

The REST API enables you to perform core operations, without using the desktop GUI, as well as integrate with other applications or tools that part of your Dev/Test infrastructure. You can create, update, and delete data sources,

...

,

...

test suites,

...

 tools, environments, etc. For details, see the API documentation by opening the following URL in a browser:

...

Your tools may be deployed on different ports.

Image RemovedImage Added


Returning Requests in GZIP Format

...