Just realised - surely you could adjust the config on the Simple Data Writer to write only certain fields, and then put the SDW under the JavaTest Sampler?
However, you would then need to make sure the JavaTest samples did not get included. You could do this maybe as follows: Thread Group + Simple Controller + + main samplers + + Listener + Simple Controller + + JavaTest Sampler + + SDW S. On 16/02/06, sebb <[EMAIL PROTECTED]> wrote: > Have you considered adding the login details to a sampler label? > > Otherwise, you could write a BeanShell script to do it... > > S. > On 16/02/06, Mark Blythe <[EMAIL PROTECTED]> wrote: > > 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 > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

