aksanoop
12 years agoOccasional Contributor
Load UI throwing error
Hi,
I am using Load ui to to perform load testing. I am using groovy script to run this.
But i am getting status False and result message "java.lang.NullPointerException: Cannot set property 'binding' on null abject." in the output table.
This is the grab command, I am using in my groovy script.
@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.1.2')
This is strange that even if i use the httpclient version used above as 4.2.5, it doesn't work. Earlier 4.1.1 was not working for me but when i changed it to 4.1.2, it started working for me.
Please help me in solving this issue.
Thanks & regards,
Anoop.
I am using Load ui to to perform load testing. I am using groovy script to run this.
But i am getting status False and result message "java.lang.NullPointerException: Cannot set property 'binding' on null abject." in the output table.
This is the grab command, I am using in my groovy script.
@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.1.2')
This is strange that even if i use the httpclient version used above as 4.2.5, it doesn't work. Earlier 4.1.1 was not working for me but when i changed it to 4.1.2, it started working for me.
Please help me in solving this issue.
Thanks & regards,
Anoop.