Skip to content

Dynamic step name for a setting with assigned output uses value from previous run not current run

Environment:

Windows 10, 64-bit

OpenTAP 9.11.0

Steps to reproduce:

Test plan: Dynamic_test.TapPlan

  1. Add a Repeat step with children steps: Delay and Log Output
  2. Log Output step: Assign output for Log Message: Iteration from repeat
  3. Rename Log output to include the Log Message dynamically: Log Output {Log Message}
  4. Run the test plan

Actual result:

Log Output step name is updated with Iteration from previous run

image

Expected result:

The output information (iteration) is available before Log Output step is executed. The dynamic step name should be updated

Other remarks: