I'm executing a test where I use a counter to control the flow of a case in the application.
For every number in this counter variable I'm using, a case is generated and closed at the end.
When this case is closed, I can no longer use that number, as the flow for that case is finished.
Once my test ends, this value is not updated automatically and I have to update it manually in the Variable Manager.
Is there any way to update it automatically?
Thanks!