Hi, 

Many will be interested in the new JMeter Plugin - Dadagen Random Data 
Generator. As it’s name suggests.

In short, you configure what type of data you want with a flexible 
configuration.. (The JMeter Plugin uses dadagen)


      field { "id".rownumber }.
      field { "title".name title }.
      field { "firstname".name firstname }.
      field { "surname".name surname }.
      field { "int".number between 10 and 1001 }.
      field { "money".number between 1.0 and 10 }.
      field { "gender". gender }.
      field { "random-string".regexgen 
("""[0-9a-b]{5}-[0-9]-[a-zA-z^%_’;:&\[\]]{5}-[0-9]{5}""")  }.
      field { "addr_street_line".address street }.
      field { "addr_suburb" .address suburb }.
      field { "addr_city".   address city }.
      field { "addr_district". address district }.
      field { "addr_postcode". address postcode }.
      field { "template". template ("This row is ${firstname} ${id}") }.
      field { "mycustomlist".list List("blue","green","pink","dust 
red","black") }



And then each thread, you will get what you need, per thread iteration. The 
above is just a really small sample of it’s capabilities.

You can see more information about it here 

https://github.com/inosion/dadagen#jmeter-data-provider 
<https://github.com/inosion/dadagen#jmeter-data-provider>

and download the JMeter Plugin 

https://bintray.com/artifact/download/inosion/maven/org/inosion/dadagen/dadagen-jmeter_2.11/0.2.7/dadagen-jmeter_2.11-0.2.7-assembly.jar
 
<https://bintray.com/artifact/download/inosion/maven/org/inosion/dadagen/dadagen-jmeter_2.11/0.2.7/dadagen-jmeter_2.11-0.2.7-assembly.jar>

This is version 0.2.7

It is a first release of the plugin. There are a few things I need to sort out. 
If you find a problem, raise an issue and let me know.

Enjoy.!

Ramon

Reply via email to