what test data approach/framework is recommended for .net unit testing
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2010-05-29T22:04:13Z
Indexed on
2010/05/29
22:12 UTC
Read the original article
Hit count: 268
Hi,
what test data approach/framework is recommended for .net unit testing? I'm in VS2010, C#, doing business logic layer testing.
By approaches I mean like: creating database snapshots, programmatically creating each time, etc etc. Like what approach to use to ensure at the start of each test the database is in a known state.
© Stack Overflow or respective owner