« Return to Thread: How to TDD a Reporting Application?

Re: How to TDD a Reporting Application?

by fsharpmike :: Rate this Message:

Reply to Author | View in Thread

Hi,

    I appreciate the responses.  What I'm really having trouble with
is testing the database.  Specifically, setting up the test data.  For
the first time ever I'm considering mocking test data, which I've
always been loathe to do, but this data is so complex, and I'm only
reading it, so it might not make sense to do actual database inserts
in this case.  Thoughts?

Thanks,
Mike

 « Return to Thread: How to TDD a Reporting Application?