Hello All, I am creating load testing script and want to integrate groovy script. Here are the steps that I am following to integrate Groovy:
1. download latest groovy binaries from http://groovy.codehaus.org/ 2. copy groovy-all-1.0.jar to jmeter/lib directory 3. download latest bsf binaries from http://jakarta.apache.org/bsf/ (I was using version 2.4.0) 4. replace bsf-2.3.0.jar in jmeter/lib with bsf.jar from the version you just downloaded 5. start jmeter 6. create BSF Sampler and specify "groovy" as a scripting language (see screenshot below) 7. type your groovy script and run it but when I run the test. Jmeter print error log org.apache.bsf.BSFException: unsupported language: Groovy on console. Please correct me if I am doing some thing wrong or is there any thing missing. -- ------ Regards @Ankush Upadhyay@
