How can change in designsteps a linked test?
The goal would be to change one “Call to Test” to another via API or script.
Sample: step.linktest = 697577 give a permission error in ALM Script manager.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
How can change in designsteps a linked test?
The goal would be to change one “Call to Test” to another via API or script.
Sample: step.linktest = 697577 give a permission error in ALM Script manager.
You cannot modify the link-test value in a design step through REST API directly. You may DELETE the existing 'call to test' step through REST API and POST a new one.
Thank you, yes, that's how it works