Create a database table and fill it with data

On start the scenario creates the needed table in the database and immediately adds the prepared data into it as rows.

  • The table is created on start
  • Data added as rows right away
  • No hand-written queries
  • Drops in as a step in other scenarios
MySQL