Test Suite problem

Hello guys,

I have problem with the test suite. Well I have created a class, where I select values randomly from the database.
Then, I use it in test cases, so each execution for example, user, e_mail, will be different. It works without problems when I execute a test case, but if I add all of my test cases in test suite, it takes randomly on the first test case and all of other test cases have same information.

@brithwulf I am not sure why this issue is happening as I am not using any custom method to query database. but I am using database values randomly within test suites with Database Keyword and don’t have same issue. If you want you can use Database Keyword.