Reading Time: 1 minuteTL;DR This post is about one important testing method that should be automated, test data randomization. You should randomize test data in automated script because this will make your automated test runs slightly more user likely because application that you are testing will be used by different users that will use different data inputs. Also, … Continue reading Randomize your test data