This is the APi that can be used on the test perimeter (getting testcase information, and manage executions) :
API URI |
Description |
Version List |
/AddToExecutionQueue |
Allow to insert testcase execution into Cerberus Queue for execution |
/AddToExecutionQueue /AddToExecutionQueueV001 /AddToExecutionQueueV002 /AddToExecutionQueueV003 |
/GetTagDetails |
Provide all the information about a tag (with executions) |
/GetTagDetailsV001 /GetTagDetailsV002 |
/GetTestCases |
Provide a list of test cases filtered by some criteria. |
/GetTestCasesV001 |
/GetNumberOfExecutions |
Return the number of execution performed on WORKING test cases that match the following criterias. To be used for monitoring purpose. |
/GetNumberOfExecutions |
/ResultCI |
Used to provide various execution counters as well as a global OK or KO status based on the number and status of the execution done on a specific tag. |
/ResultCI /ResultCIV001 /ResultCIV002 /ResultCIV003 /ResultCIV004 |
DEPRECATED /RunTestCase |
Trigger a single testcase excution either in a synchronous or asynchronous way. |
/RunTestCase /RunTestCaseV001 /RunTestCaseV002 |
DEPRECATED /GetTagExecutions |
TBD. |
/GetTagExecutions |