Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Response

AttributesTypeDescription
isActiveBooleanThis is a Boolean that tracks whether or not the test instance is active.
propertiesList<PropertyValue>This is a list of the Properties associated with the test instance.
descriptionStringThis is the description of the test instance.
instanceNameStringThis is the unique name of the test instance.
instanceCodeStringThis is a code of the test instance.
instanceIdLongThis is the unique Id of the test instance.
environmentsList<Long>This is a list of the Environment Ids associated with the test instance.
testingToolIdLongThis is the Id that correlates to the testing tool used for the test instance.

Each JSON test instance object contains a list of property value. The property value object has these attributes.

AttributesTypeDescription
propertyNameStringThis is the name of the property
propertyValueStringThis is the value of the property
  • No labels