EntropyZero Blogging Server

Welcome to EntropyZero Blogging Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » deltaRunner » dataFresh   (RSS)
  • Just how easy is it to setup dataFresh?

    dataFresh is extremely easy to implement into your test framework.  I will demonstrate just how easy it is by blogging a very simple implemenation using a test fixture base class from which all test fixtures should derive.[SetUp] public virtual void Setup() {   InitializeDatabase(); } public static void InitializeDatabase() {   if ...
    Posted to Mike_Brockey[0].Blog() (Weblog) by mike.brockey on October 12, 2006
  • Sample Code for dataFresh and deltaRunner

    We use this sample as a template for all of our new projects.  This sample code integrates both dataFresh and deltaRunner and delivers a jump start to get you on your to building a very powerful test harness for your next test driven project.
    Posted to Sample Code (FileGallery) by mike.brockey on October 9, 2006
Powered by Community Server, by Telligent Systems