Hi Deepak,
On Fri, Jul 30, 2010 at 3:59 AM, Deepak Shetty <[email protected]> wrote:
> 3. Use an HTTPSampler. In the parameter section keep the name field blank.
> In value use ${variableName} (Defined in step 1) . So in value you would
>
have something like
> {"attr1":${var1},"attr2":"${var2}",${var3}=["${var4}","${var5}"]} etc etc .
>
Thank you. This solution worked for me. I am able to send hand crafted JSON
requests my CouchDB document store.
> For complex cases you might have to use beanshell
>
I am not very familiar with BeanShell. Is it possible to do scripting with
Javascript as mentioned here:
http://jakarta.apache.org/jmeter/usermanual/best-practices.html
Thanks,
/harsha