EntropyZero Blogging Server

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

Browse by Tags

All Tags » deltaRunner   (RSS)
Showing page 1 of 2 (11 total posts)
  • Preparing test data with a SETUP script.

    So you have a database with real data that you want to use in your testing framework and you are looking for a way to get that data out so that it can be maintained in a script and be run as part of your unit tests. Thycotic Software has a great tool for generating a setup script for your test data. "Thycotic.DatabaseScripter is a simple ...
    Posted to Mike_Brockey[0].Blog() (Weblog) by mike.brockey on October 27, 2006
  • deltaHelper Documentation Series -- DELTA_TableExists

    I will start the series with the DELTA_TableExists function that is provided in the deltaHelper script.  We have implemented certain guidelines on our team for writing deltas.  One guideline required that all delta be repeatable.  As you may have already noticed, deltaRunner enforces this policy by executing deltas in ...
    Posted to Mike_Brockey[0].Blog() (Weblog) by mike.brockey on October 26, 2006
  • deltaHelpers added to the EntropyZero TDD Developer's Toolkit

    How many times do you have to write a query against the information_schema.tables view before you finally remember the name of it and where that underscore goes? deltaHelpers are a collection of stored procedures and sql functions that are a direct result of database refactoring.  Prior to these functions the code was sprinkled all over ...
    Posted to Mike_Brockey[0].Blog() (Weblog) by mike.brockey on October 21, 2006
  • deltaHelpers - Collection of useful sql helper functions

    deltaHelpers is a collection of useful sql help functions and procedures that I've compiled.  These small helper functions can be included into databases managed by deltaRunner and used to help write cleaner deltas.  They are a result of refactoring and an attempt to remove duplication and complexity from our deltas.
    Posted to Sample Code (FileGallery) by mike.brockey on October 21, 2006
  • deltaRunner signed assemblies are now available!

    deltaRunner is now available with signed assemblies.  This is the only difference in this release. deltaRunner can be used to manage the life cycle of your database from development all the way through production. It helps you manage versions with small incremental changes called deltas.
    Posted to deltaRunner (Weblog) by mike.brockey on October 20, 2006
  • 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
  • deltaRunner Supports New CreateDatabase Method

    When you let deltaRunner create the database for you, you will reduce the amount of time required to get your development environment setup on new machines.   SqlDeltaRunner.CreateDatabase(DatabaseName, MasterConnectionString, false); Add this line when you are initializing your test fixture and deltaRunner will determine if the database ...
    Posted to deltaRunner (Weblog) by mike.brockey on October 10, 2006
  • How do you currently manage database updates?

    I've seen several attempts to manage database updates, most of which included having a bunch of numbered scripts which had to be executed manually and in a specific order during any kind of delivery.  What a mess!  I am interested in hearing how you currently manage your database updates (prior to using deltaRunner, of course) in ...
    Posted to deltaRunner Product Forum (Forum) by mike.brockey on October 10, 2006
  • deltaRunner by EntropyZero has been Released!

    In an effort to provide a more complete TDD developer's toolkit, we are please to accounce the release of deltaRunner. This toolkit can be used to manage the life cycle of your database from development all the way through production. Once integrated, deltaRunner will increase productivity by automatically creating the database and keeping it ...
    Posted to deltaRunner (Weblog) by mike.brockey on October 10, 2006
  • deltaRunner v1.0.0.820

    Manage the versioning of your database from development all the way into production through the use of small incremental changes called deltas.  Both as a standalone console application and as a .NET API, deltaRunner can be integrated in to your automated build/deployment scripts as well as your local development environment.
    Posted to deltaRunner Releases (FileGallery) by mike.brockey on October 9, 2006
1 2 Next >
Powered by Community Server, by Telligent Systems