I would like to know if it's possible to do performance test using JMeter with the JSF, specifically, myfaces? Does anybody had already successfully implemented performance test for those two? I was thinking that I will not be able to execute jmeter concurrently because of the nature of the jsf, that it dynamically generates the form element id's, specially those of datatable elements. Could I possibly capture the dynamic IDs jsf generated on the fly, just like the what wiki mentioned for the ViewState? If Jmeter and jsf performance testing is not possible, is there any alternative solution for doing performance test with JSF?
ViewState Extractor To simulate the ViewState parameter create a JMeter RegEx Extractor. The best approach is to apply the extractor to the Thread Group so it applies across the whole test script. Use the following parameters: Would appreciate any help. Regards, Bryan

