REST service to Execute a Job in CTP
Does there have to be a system/environment associated with a test in order to use the REST service to Execute the test via the job? I have it working with a diagram. Can we execute a test without a system/enviromnent for tests in CTP?
Tagged:
1
Comments
The system/environment context is optional for Test Execution jobs in CTP.
You can view documentation for the REST service at /em/apidoc and specifically look at POST /v2/jobs/{jobid}/histories. Make the request with {jobid} set as a path parameter and empty object {} for the POST request payload.
Yes, it works exactly as you said, Matt. Thanks

Also finding Jobs ID is referenced in this post
Obtain the REST URL to execute a Job from Test Scenarios