The Artima Developer Community
Sponsored Link

.NET Buzz Forum
[Article] Simplified Database Unit testing using Enterprise Services

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
[Article] Simplified Database Unit testing using Enterprise Services Posted: Jun 19, 2004 1:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: [Article] Simplified Database Unit testing using Enterprise Services
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
I was reading Test Driven Development in Microsoft .Net today(great book) - especially the chapter about doing database unit tests, and got this incredible idea in my head. I tested it on my home machine and it worked. I then checked with some trusted people to verify that I'm thinking correctly and after I got an OK I went ahead and wrote an article about it.
 
This is the result - and I think it's going to change the way I do database testing in .Net in a fundamental way.
It's been a while since I've written an article -it's fun to get back in the saddle :)
 
Summary:
In this article I’ll show what problems we encounter today when we perform unit tests against database related components, and the various ways used to solve these problems. I’ll also show a new method to solve these problems, which is far easier and simpler than any of the others. At the end of this article you will have the tools necessary to do simple and easy unit tests against database related components without the need to write messy cleanup code after your tests.

Read: [Article] Simplified Database Unit testing using Enterprise Services

Topic: Change all database object owners to dbo stored proc Previous Topic   Next Topic Topic: CAS and Partially Trusted Code

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use