REST API

Add_Test_Run_Param_Value

OVERVIEW

This REST API helps to add the test run parameter value for existing parameters into the system.

Method: POST

Input: 

Authorization: Using an API key in the Request Headers. For more information, please refer to our Orcanos REST API article.

Post Body

Parameter Value Is Mandatory? Description
Parameter String Yes Enter the Parameter name
ParameterValue String Yes Enter the Parameter Value

Output:

Orcanos Output class:

{
      "IsSuccess": true,
      "Data": "Run parameter value 'Chrome849' added successfully for the Run parameter 'Browser Type'.",
      "Message": "Run parameter value 'Chrome849' added successfully for the Run parameter 'Browser Type'.",
      "HttpCode": 200
}

IsSuccess: if successful then true else false

Data: JSON object

Message: Error message in case IsSuccess is false otherwise success message

HttpCode: Response HttpCode

RELATED LINK:

Orcanos Rest API

Related Articles