I have a Tapestry application, which I want to load test using JMeter.
The problem is Tapestry app gives a response which is mainly javascript, no html to parse.
To be able to verify the response, I need to evaluate javascrpt.
Does anybody has any experience or pointers on how to do this ?