ContributionsMost RecentMost LikesSolutionsRe: How could be a good way to create a member which would be used in many test cases of a test suite? Hi Lucian Thanks again. I think using the test suite setup script would be the best way for this. The problem is I don't know how to do it? It'd be nice you can send me some materials/ documentation related to this to learn? Thanks, heaps! Re: How could be a good way to create a member which would be used in many test cases of a test suite? Hi jkrolczy , Thank you for your reply. My concern is how could we guarantee the test case we used to generate memberID can be run firstly? I think they were run simultaneously. Re: How could be a good way to create a member which would be used in many test cases of a test suite? 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? How could be a good way to create a member which would be used in many test cases of a test suite? I am just starting to use SoapUI recently. Can someone nicely help me figure out this problem? I have a method to create a member which would be used in many test cases of a test suite only. So won't be a good way to put the method in the global function I guess. Solved