run test case over api

Thursday, July 21, 2016
Avatar
Is it possible to run a test case and create a test run using the SOAP or REST API?
I can't understand what is "Creates a new test run shell".
1 Replies
Thursday, July 21, 2016
Avatar
inflectra.jimx
re: n456123 Thursday, July 21, 2016
Hi Mark

You need to use these functions:

[POST] /Services/v4_0/RestService.svc/projects/{project_id}/test-runs/create/test_set/{test_set_id}

that will create the new Test Runs collection. Then you populate the results in the collection of objects and send back the results with:

[PUT] /Services/v4_0/RestService.svc/projects/{project_id}/test-runs?end_date={end_date}

Regards
Jim

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Thursday, July 21, 2016
  • Last Reply: Thursday, July 21, 2016
  • Replies: 1
  • Views: 4239