Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Jim,
try adding the following to your TestCases Setup script:
context.randomId = Math.random()
And then "use" the randomId variable in a request with
${randomId}
Hope this helps!
regards,
/Ole
eviware.com
try adding the following to your TestCases Setup script:
context.randomId = Math.random()
And then "use" the randomId variable in a request with
Hope this helps!
regards,
/Ole
eviware.com