...
Table of Contents | ||
---|---|---|
|
Each function returns a JSON testing tool object. The testing tool object is an object that has these attributes.
...
Info | ||
---|---|---|
| ||
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.
...