Thanks john,,,,,Here I am giving my code....
.exec(http("PUT_call")
.put("/users/posts/${postid}")
.headers(put_header)
.formParam("title", "Post with gatling")
.formParam("content", "Content of pos")
.formParam("author", "user12"))
And previously I got advice thta formParam will work for gatling 2.1...But I don't know how to do that...presently I am using gatling 2.0...So If that is the only solution please tell me the
Step by Step procedure to migrate...Actually In my case formParam and formUpload is not at all working....Please help me with detail solution.....As per my api I need only formParam.....
Thanks