On Thursday 13 November 2008 16:10:27 Stephen Hillier wrote:
> Hi,
>
> I'm wondering if there are any examples out there for a general purpose
> data pool class and how to use it in test iterations in grinder. I'm
> writing my own but I've hit a few snags and I'm looking for pointers.
>
> Steve.
Hi Steve,
I use grinder.properties for static test data and a temp file for dynamic test
data. The temp file is created using the unique, per-thread filename provided
by Grinder.
It works fine for my needs. I can post examples if this sounds like it would
be useful to you.
Regards,
Noel
|