Hi
We have made also successfully some JMeter testing. Only harder thing for me was collecting from response page some JSF parameters that will be needed in next request. With parameters I mean "jsf_tree_64" and "jsf_state_64" in case of client side state saving or "jsf_sequence" in case of server side state saving.

For that I found "Regular _expression_ Extractor" to be very helpfully (through selecting Add > Post Processors > Regular _expression_ Extractor). Then just set "Regular _expression_" to value that you are seeking from returning page like: id="jsf_tree_64" value="(.+?)" and giving some "Reference name" to be used in following request.

-- VLi ---


Reply via email to