facing some issues in the code which is written in Groovy.
This response class is coming from Appian which i am not able to figureout.
I dont have much idea about this, trying to work on Jmeter performance testing.
Can someone help me on this?
Discussion posts and replies are publicly visible
I'd suggest reviewing the playbook page on JMeter: https://community.appian.com/w/the-appian-playbook/204/using-jmeter-with-appian It sounds like you might have taken a wrong turn somewhere, since neither custom code nor knowledge of Appian's code should be necessary.
thank you so much,Eliot Gerson
Hi Eliot. So, I am testing an Appian page where there is a Grid with some number of columns in it. I am using Groovy scripting language with JMeter. For that, I am using "def recordRef = processor.getObjectsByType('GridField')" to find that grid. But, I am getting a null object here. Could you please suggest me some solution for this.