I'm getting a response from JSON in string format like "15703.80" and 398166.00. Now I need to define randomly value using them.
${__Random(,,)} doesn't (number at this function needs to be Integer).
${__Random(,,)}
You can concatenate __Random to get double format:
__Random
${__Random(1,999999,)}.${__Random(00,99,)}
2.1m questions
2.1m answers
60 comments
57.0k users