Web Service Scripting in Gatling 2.

Hi Guys,

I am new to Gatling , so trying to find out how to script for Web service (POST) in gatling,
Kindly please suggest any doc which will help me ( i have looked into the wiki) but may be be i have missed something

Thanks in advance

Hi Amature,

Post HTTP documentation is here: http://gatling.io/docs/2.0.0-RC2/http/http_request.html#post-http-request

You could also use the recorder to help you along.

You could clone this skeletal example: https://github.com/BBC/gatling-sbt-example, and then type ‘startRecorder’ in SBT.

Aidy