How can I add +1 to an e-mailadres every time when I run the test and let it be unique.
I don’t have enough experience with programming to solve it myself.
The e-mailadress is like ‘suzanne+test5@(companyname).com’
So the test has to add +1 every time and needs to be unique.
@suzanne.vandeneinden it has to be incremented, or just unique?
If just unique, the easiest way is to use a timestamp, as suggested,or a random sequence, or an UUID.
If has to be incremented, we may need some additional info on how the test is intended to run, e.g plenty times in a suite, or in a loop, or is a data-driven test.
Please describe better the scenario you intend to achieve.
Timestamp is not a solution for this case. But I will remember it for other projects.
It has to be incremented.
here some more information.
I need to login to create this mailadress (+1) (login as company), then I need to login with created details (as customer) to create a file.
We can only use the file once
Yes, open file explorer and navigate to Katalon project’s directory and create a new file as usual.
But as I said, you can use any other directory, just change File constructor’s parameter in the code.