zenpicker
14 years agoOccasional Contributor
Globally visible data generators
Is there a way to build a data generator and then reference it in multiple test cases? I see the Shared property, but my understanding is that this shares it between threads in the same test case. What I am hoping for is the ability to define a generator once (e.g., one that uses a list of standardized values, like US state codes, that are referenced all over the place) and simply reference it as needed. Can I do this?