This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to parameterize alpha numeric value in Load Runner Script?

Hi team,

I want to know how to parameterize random alphanumeric value in Load Runner script 

Eg., 9f9e5508-57c2-4cda-aae6-00709bbef039

Parents
  • 0

    It depends on what protocol you are using.  For HTTP protocol, it will probably be C code.  For TruClient, you could use something as simple as an "Evaluate JavaScript" step with this code:

    var uuid = crypto.randomUUID();

Reply
  • 0

    It depends on what protocol you are using.  For HTTP protocol, it will probably be C code.  For TruClient, you could use something as simple as an "Evaluate JavaScript" step with this code:

    var uuid = crypto.randomUUID();

Children
No Data