I have to automate a Register and Sign In test case and I am using RIDE to write my tests. What I actually want to do is:
- To make a Register, but every time when I run the test I have to change the email value.
- I would prefer to make the Sign In test with the new created account after running the Register test.
- It is possible that using RIDE to import faker library and to declare a ${Email} variable, so I can use the respective variable in both tests (Sign In and Register)? If it is, can you please tell me how I should do that or where I can found the necessary documentation.
- If it cannot be done using faker library, is there another Robot library that will help me with this problem?
Thank you!