Novari-QA
8 years agoFrequent Contributor
Status:
Community Feedback Requested
UUID Parameter generation at runtime
Currently LoadComplete offers the ability to parameter random numbers. However in my web application we require a UUID to be generated at run time per virtual user. The only work around I have come up with is to build a CSV file full of random UUID's. The problem is, once the UUID is used by a virtual user, I can no longer use that UUID, so post run i have to re generated the entire CSV file. This is tedious.