Virtual table server / storing extracted values to feeder

Hello everyone,

I would like to ask if virtual table server like facility available with Gatling.

Objective is to store extracted values from one request to feeder or file.
Example flow can be
User creation flow , users are getting created but due to failures not all user valid.

So all valid users which got created should get be in one file or feeder.

Any code example to achieve this ?

Thanks in advance !

Aniket.

Google has the answers you need.

Options:

  1. Use Redis - avoid using files altogether - i.e. VTS type usage pattern

  2. Use Logback (https://logback.qos.ch/manual/introduction.html) writer

  3. Use standard methods of writing to a file (http://alvinalexander.com/scala/how-to-write-text-files-in-scala-printwriter-filewriter)