Functional Overview
As the test definition evolves, some steps might no longer be relevant or new steps must be added, as steps are added we also need to change the order of them.
The feature is intended to be used like:
- I add the step (potentially several ones) at the end
- Then I place them at the right position
Another way of seeing it is that it's not possible to create a step "in the middle" of the existing steps.
It's possible to do several modification in an atomic way, that is to say one can:
- Add new steps
- Reorder
- (potentially delete, later)
And to submit only once for all those changes.
The modification of the step order (as any other modification of test definitions) doesn't affect already created executions. It only applies for new executions (either new campaigns or test "re-added" to a campaign).
It's not possible to modify the order via REST API.