YMaor
15 years agoNew Contributor
init
what is the right way to run initialization process before running the tests themselves ?
there are two types of init that i want to run:
- creating random amount of data..
- running specific request, get the response, parse it, and get one element from it, for example, run rest that will create user, the rest returns the user id and status, i want to get the user id and use it in other request.
thanks.
there are two types of init that i want to run:
- creating random amount of data..
- running specific request, get the response, parse it, and get one element from it, for example, run rest that will create user, the rest returns the user id and status, i want to get the user id and use it in other request.
thanks.