Hi,

I have a test plan where each thread creates a new user account for the web
site I'm testing.  The login information for these accounts is dynamically
generated within the plan itself.  I'm looking for a way to log the account
info used for a given run into a single CSV file with two columns: email and
password.

The closest I've come is using a Simple Data Writer in combination with a
JavaTest sampler, but unfortunately that results in an XML file that is way
more complicated than I need.

I know I could post-process the XML file externally (with Perl or the like)
to produce a simpler format, but it would sure be nice to somehow produce
this directly from JMeter.  This test plan will be executed by non-developer
QA testers, so the added step of external post-processing is going to be
impractical I'm afraid.

Any suggestions?

Thanks,
Mark

Reply via email to