While running the below code in JSR223 SAMPLER, i am getting this error Response code:500 Response message:javax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script989.groovy: 1: unexpected token: < @ line 1, column 1. <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy"
The code starts like this:
< HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Checkout Payment Info/Place Order${__property(activeAdminThread)}(${testLabel})" enabled="true"> < boolProp name="HTTPSampler.postBodyRaw">true
Error appearing for the very first line itself..what wrong in it ,plz help?