Problem Statement
During our tests, we create multiple resources and use names generated by uuid.NewString(). This makes it quite complex to understand, for example, which resource belongs to which test. We could use the GenerateName field instead, and use the testName (or something similar) as the prefix.
Acceptance Criteria