Hi friends Im working on jmeter. After...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Sandeep Kumar

Guest
Hi friends Im working on jmeter. After recording the script in httprequest generally input values it will accept like username, password in parameter block of httprequest. There we will do parmeterization. But in one of sample httprequest its asking in body area. How to do parameterization in body area..please suggest me in this...
 
{ "Name" : "Opportunity_Name_${__time(,)}", "StageName" : "${stagename}", "OwnerId":"${ownerid}", "CloseDate":"2016-07-01", "Probability":10, "AccountId" : "${accontid}" }
 
If we do like this values wil be accept from csv
 
In samples while replying the script I'm getting 302 error