Forum Discussion
1 Reply
- MisterB
Champion Level 3
Have you tried the GET /testexecutions endpoint? Execution records are where execution data is found, and I can see you can provide a test case key, and the info you want should be provided.
Hi ,
I was trying to access the GET /testcase/search API and wanted to know if it is possible to view the Last execution Date and Time for a particular Test Case.
Currently in the API response, i am only able to view the lastTestResultStatus which indicates Pass / Fail.
I would like to know the last execution date and time for a test case because i would like to archive test cases that have not been executed for the last 'n' months.
Appreciate your assistance.
Have you tried the GET /testexecutions endpoint? Execution records are where execution data is found, and I can see you can provide a test case key, and the info you want should be provided.