Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel12

Each function returns a JSON testing tool object. The testing tool object is an object that has these attributes.

...

Info
titleQueryParams

http://host:port/flexdeploy/rest/administration/testautomation/testingtool?

Append the following character sequences to the above URL to specify Query parameters.
Use '&' between successive query parameters: 

testingtoolname={name}

Examples:
To search by testing tool name only:

http://host:port/flexdeploy/rest/administration/testautomation/testingtool?testingtoolname={name}

...


GET (using Query Parameters)

This service returns all testing tools that match the query parameters. If no query parameters are given all testing tools will be returned.

...