A
A
Anton2015-03-26 08:51:53
SOAP
Anton, 2015-03-26 08:51:53

How to create a variable in Jmeter with a random value or using a counter in a SOAP request?

How to create a variable in Jmeter with a random value or using a counter in a SOAP request? So that random users would be created, but at the same time it would be possible to find out which ones were generated
814464ff262c49319bfd18a905c782a2.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2015-12-01
@Ooos

Before sending a request, you add a BeanShell node in it, write something pur.vars("UUID", ${__UUID}); then in request you use this variable. ${UUID}. For output in the jmeter.properties file, write sample_variables = uuid

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question