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
- Add a Repeat step with children steps: Delay and Log Output
- Log Output step: Assign output for Log Message: Iteration from repeat
- Rename Log output to include the Log Message dynamically:
Log Output {Log Message}
- Run the test plan
Actual result:
Log Output step name is updated with Iteration from previous run
Expected result:
The output information (iteration) is available before Log Output step is executed. The dynamic step name should be updated
Other remarks: