Forum Discussion
- ahadleyOccasional Contributor
https://support.smartbear.com/qacomplete/docs/developer/api/rest/api/about.html
We have had some success with using a PowerShell script. Excerpt below.
$url = "https://rest.qacomplete.smartbear.com/rest-api/service/api/v2/projects/#####/testruns"
$body = @{
"TestSetId"="#####"
} | ConvertTo-Json
Invoke-WebRequest -Method POST -Uri $url -Body $body -ContentType "application/json" -Headers $header
Related Content
- 4 years ago
- 2 years ago
- 5 years ago
- 7 years ago
Recent Discussions
- 17 days ago