Tagged Questions
8
votes
1answer
657 views
AutoFixture vs NBuilder
I'm seleting tool for populating my .net models (poco) with test data. I'm actually mocking wcf services and need to populate datacontract objects with test data. Found a huge number of test data ...
0
votes
2answers
116 views
Preparing data for a SpecFlow scenario
Another specflow ( related) question :)
I'm going to test a complex scenario which expects several other steps to have performed prior to it.
For example , it can be equivalent to have proper ...
0
votes
2answers
91 views
How can I pay only once to provide the same expensive data source to multiple unit tests?
G'day!
I have 4.6GB of test data in 220,000 files. A bulk test requires finding, matching, and unzipping pairs of the files. I want to run multiple unit tests across each pair. It'll take a ...