Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
REST service to Execute a Job in CTP
reactancexl
Posts: 166 ✭
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.0 -
Yes, it works exactly as you said, Matt. Thanks
0 -
Also finding Jobs ID is referenced in this post
Obtain the REST URL to execute a Job from Test Scenarios0