...
Name | Type | Description |
---|---|---|
testingToolId | Long | id of testing tool |
testingToolName | String | name of testing tool |
properties | List<Property> | properties of testing tool |
Each JSON testing tool object contains a list of property value pojo. The property value object has these attributes.
Attributes | Type | Description |
---|---|---|
propertyName | String | This is the name of the property |
propertyValue | String | This is the value of the property |
GET
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} |
...