Solved
Forum Discussion
6 Replies
Sort By
- nmrao
Champion Level 1
You mean integer counter?- alfonsolftOccasional Contributor
Yes,
- nmrao
Champion Level 1
Here is how (sudo steps below)this can achieved. Use groovy script test step.
You can use test case properties to hold the current value of uid.
In the next cycle, get the value, parse it to integer and increment it. And save this updated value to test case properties again as String. Use this value in the following steps as property expansion.