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.
/soavirt/api/v5/testExecutions - Example Request Payload
jefftuckerbofa
Posts: 234 ✭
in SOAtest
Can you share an example rest payload for /soavirt/api/v5/testExecutions
0
Comments
-
The API docs provide examples. For example:
- Visit http://{soatest_host}:9080/soavirt/api/v5
- Under "testExecutions", click the link for "/v5/testExecutions"
- Click the link "Model Schema" to see an example payload based on the schema.
Here's a simple example:
{ "general":{ "config":"soatest.builtin://Demo Configuration" }, "scopeOptions": { "workspace": { "resources": [ "TestAssets/myTestSuite.tst" ] } } }
The various properties available in the JSON request object mirror the command line options for soatestcli. For example, the above would be similar to running
soatestcli -config "soatest.builtin://Demo Configuration" -resource "TestAssets/myTestSuite.tst"
1 -
Thank you!
0 -
Can you tell me how to get the entityId needed for the /testExecutions//traffic call?
Thanks
0 -
figured out how to get the entityId, however I am not seeing any traffic being returned
0