I am using unittest and selenium to automate my browser testing.
How would I go about making a test which I can run multiple times, where a user creates a ticket. The ticket has to has a title name, each time I run the test I want the title name to be random.
I would like the format: "Test ticket, 1 | Test ticket, 2..."