Robot framework: Using faker to generate a prefix string for account data
问题 I'm writing test cases that test the functionality of adding an account. This means that I need to generate data for the Account's: Name, email, reference no and order no. I was thinking that for each of these fields I could just generate a random word or number with a prefix so that I can use a script to delete these entries from the database regularly. The issue is, I'm not sure how to add prefixes or indeed just use most of faker's keywords. At the minute I'm using the md5 keyword to