Any Post processor or samplers that allows you to write your code + any java library that allows you to parse HTML e.g. http://jmeter.apache.org/usermanual/component_reference.html#postprocessors(Beanshell , BSF post processors or the java sampler ) + http://nekohtml.sourceforge.net/ or http://jsoup.org/
The question is why do you want to do this? (or this might not be the easiest way) If there is information you need from the HTML response the Regex/CSS/JQuery post processors work most of the time.There are only some advanced use cases where parsing the HTML helps... On Fri, Jan 10, 2014 at 6:51 AM, KIRAN <[email protected]> wrote: > Hi, > > Is there a way to read and parse HTML source code using JMeter? > If so, please explain me how to achieve this. > > -- > Thanks, > Kirna >
