test automation tips
Reasons to avoid RandomStringUtils for test data generation
Which problem do we want to solve? We will try to solve one of the worst practices used on tests at any level: fixed/hard-coded data. I want to avoid as much as possible any manual pre-action before I can run my tests and, because of that, I try to avoid Read more…