I am currently attempting to load test a Tapestry application using JMeter.
One challenge I have encountered is that the Tapestry app returns a response consisting mainly of JavaScript with no HTML to parse.
In order to verify the response, I need to evaluate the JavaScript code.
Has anyone successfully tackled this issue before or have any advice on how to accomplish it?