Skip to content

Assigned outputs still work when steps are moved outside scope

Environment:

Windows 10, 64-bit

Test Automation 9.12.1-beta.8

OpenTAP 9.12.3

Steps to reproduce:

  1. Add a Sequence - > Repeat child - > Log Output child
  2. Assign Output for Log Message to Iteration
  3. Move Log Output step to be a test plan step
  4. Run the test plan

Actual result:

The assigned output still works

assigned_output

Expected result:

Either the assigned output should be removed when the step is moved

Or since it works, assigning output should not be limited only to parent steps

Other remarks: