...
Name | Type | Description |
---|---|---|
testingToolId | Long | id of testing tool |
testingToolName | String | name of testing tool |
properties | List<Property>List<PropertyDefintionPojo> | 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 |
---|
name | String | This is the name of the property. |
displayName | String | This is the display name of the property. |
dataType | String | This is the data type of the property. |
description | String | This is the |
description of the property. | ||
isRequired | Boolean | This is the boolean which represents whether or not the property is required. |
isEncrypted | Boolean | This is the boolean which represents whether or not the property is encrypted. |
isActive | Boolean | This is the boolean which represents whether or not the property is active. |
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} |
...