On 2 December 2011 21:34, <[email protected]> wrote: > Author: pmouawad > Date: Fri Dec 2 21:34:56 2011 > New Revision: 1209701 > > URL: http://svn.apache.org/viewvc?rev=1209701&view=rev > Log: > Bug 52128 - Add JDBC pre- and post-processor > > Modified: > jmeter/trunk/xdocs/usermanual/component_reference.xml > > Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml > URL: > http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1209701&r1=1209700&r2=1209701&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) > +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Dec 2 21:34:56 > 2011 > @@ -4454,8 +4454,10 @@ For details, see <complink name="BSF Pre > <component name="JDBC PreProcessor" index="§-num;.7.9"> > <description> > <p> > -TBA > +The JDBC PostProcessor enables you to run some SQL statement just before a > sample runs.
s/PostProcessor/PreProcessor/ > +This can be useful if your JDBC Sample changes some data and you want to > reset state to what it was before the JDBC sample run. > </p> > + > </description> > </component> > > @@ -4788,7 +4790,8 @@ For details, see the <complink name="BSF > <component name="JDBC PostProcessor" index="§-num;.8.7"> > <description> > <p> > -TBA > +The JDBC PostProcessor enables you to run some SQL statement just after a > sample has run. > +This can be useful if your JDBC Sample requires some data to be in DataBase > and you cannot compute this in a setup Thread group. > </p> > </description> > </component> There needs to be a bit more description; e.g. add the example test plan from the Bugzilla issue to the the docs and link to it, then explain it briefly. The GUI is the same as the sampler, so that does not need to be described, but it would help to show in more detail why it is useful.
