I am trying to performance test a website's Edit functionality using JMeter. However the step that I am trying to test posts back over 200 items in the form. I obviously want all the items to be the same as the form that is shown to the user (excluding one which I intend to change). I'm aware this is possible using regex extractors (see questions JMeter - MVC : Form posting model that contains dymanic data) however this would need to be manually set up for EVERY element in the form, which is vast!
Is there a way to get JMeter to post back all the form elements without having to set each one up individually? or any plugin to do this?
Any help would be much appreciated.