Engineering Test Management REST API

Engineering Test Management provides a reportable REST API, which can be used by live reports and data collection jobs to access application data.

Engineering Test Management application includes interfaces for browsing, managing, and running reports; viewing and saving report output; and viewing report output in dashboards. data storage includes artifact data; the Reportable REST API schema; data collection files; and report definitions.

When the Test Script, Test Case Result, and Test Suite Result are linked to a file in source control, set the calmlinks parameter to true and the file elements are included in the resource XML file.

For information on reportable REST API resources provided by the application, see Reportable REST API.

Considerations for clustering: When any environment is switched to clustered topology, issues of cached queries are observed. Here, only some requests reach the node where the initial request is sent, which results to data inconsistency. Thus, resolutions are addressed for Query Cache Size issues in clustered environments. For more information, see Cause of the QueryExpiredException in logs.

Date type custom attributes

For Date type custom attributes, supported formats are:


	"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", 
		"yyyy-MM-dd'T'HH:mm:ss.SSSZ", 
		"yyyy-MM-dd'T'HH:mm:ss.SSSz",
		"yyyy-MM-dd'T'HH:mm:ss'Z'", 
		"yyyy-MM-dd'T'HH:mm:ssz",		
		"yyyy-MM-dd", 
		"yyyy-MM", 
		"yyyy"

The supported date format is XML dateTime. For details, see W3C recommendation .