Duplication and misordering execution order of ATF test stepsDescriptionWhen using multiple update sets are used to manage ATF tests, the 'Execution order' of the test steps may not be correct, and there are duplicate 'Execution order' values. Here is a screenshot of how the issue presents itself: Steps to Reproduce Create update set A and make currentCreate a test and add like 3 stepsCreate update set B and make currentOpen the newly created test and delete a stepMake Update Set A current and add a new stepComplete update set A, and commit on a target instance Expected behaviorThe test contains the correct orderActual behaviorThere will be a duplicate execution order stepWorkaroundDepending on what has been captured in the update sets, a number of the following will need to be done to resolve the issue: To remove duplicate 'Execution order', Use the 'Copy Test' button and save the copied test.To remove any duplicate steps, select the step then using the 'action on selected rows...' choose delete.Check the flow of the test and reorder as required. This is expected behavior and by design in all currently supported releases.Related Problem: PRB1314892