REST API

Record_Execution_Results_New

OVERVIEW

This REST API retrieves XML containing comprehensive run details, encompassing execution sets, instances, and run results. Subsequently, it seamlessly integrates this data with Orcanos for efficient updates.

Users can now enhance overall performance and efficiency by executing multiple extensive test cases within a single Record_Execution_Results_New request.

Method: Post

Input:

Authorization: Basic Auth token in the Request Headers 

Post body:

{

  “sXML”: “”;

sXML: The response of Get_Execution_Run_Details_xml will be used here and the User needs to update the values in the XML response as per their requirement.

NOTE: Since This field (sXML) takes input data in the string so the user needs to replace double quote(“) with the backslash double quote (\”) to escape the double quote ” and pass it in API.

Output:

Related Articles