Hey guys,
I have a test case that in the very first step creates a new user. I need help on incrementing the email address after each test execution.
For example:
qateseter+1@test.com,
qateseter+2@test.com,
qateseter+3@test.com,
etc.
Is there any way to perform this action?
I'd appreciate any ideas.