Solved
Forum Discussion
Lucian
6 years agoCommunity Hero
Hi Flora,
What do you mean by member? Can you tell a little bit more about what you're trying to do?
Flora
6 years agoNew Contributor
Hi Lucian ,
Thank you for your reply!
Sure! For example, I have a method to generate a memberID and password so that I can login using them to check some functionalities.
I have a test suite which includes a few test cases and all of those cases have the same step: generate a new memebrID, pwd and login.
My question is that is there a better way to generate the memberID in the test suite level so that all the cases under that test suite can use the memberID?