Test Driven Development for a Business Intelligence Project with Crystal Reports
page 1 of 5
Published: 05 Jul 2005
Unedited - Community Contributed
Abstract
In the first part of a three-part series on Test Driven Development (TDD) in .NET, Eric Landes shows how to set up the initial tests for a Business Intelligence project using Crystal Reports. Some preliminary knowledge of TDD is necessary.
by Eric Landes
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 25823/ 39

Introduction

Kent Beck originally introduced test-driven development (TDD) to software development circles. I first learned of this development technique on mailing lists, after learning about Test First practices.  I then read Kent’s book Test Driven Development: By Example to learn how to implement this technique in my software projects.   

TDD evolved from the Extreme Programming (XP) methodology of Unit Testing first. It is a great part of any methodology, and is easily used in .NET projects. This article assumes that the reader has some familiarity with Test Driven Development and Unit Testing concepts. For resources to help you get started with TDD, I refer you to the end of this article, with links to other resources concerning TDD and unit testing. 

Unit Testing Tools

In .NET development there are a number of frameworks one can use for Unit Testing.  nUnit is the big daddy, and is probably the most familiar to developers.  Developed by Jim Newkirk, who is currently employed by Microsoft, nUnit is a C# port of jUnit. Other unit testing frameworks for .NET include csUnit and mbUnit (the latter is part of the Generative Unit Test framework). Most of these frameworks are open source, so the price is right.  This article assumes the use of nUnit for any code snippets. 

Articles and samples abound explaining unit testing for various types of projects. However, there seems to be a lack of articles or samples explaining TDD for a Business Intelligence project. This article hopes to fill that void.  My experience with Crystal Reports, and its inclusion with Visual Studio.NET, made Crystal the obvious BI TDD choice.   

Requirements

This article was developed using Visual Studio 2003, SQL Server 2000, nUnit version 2.2, and the Data Access Application Block from the Enterprise Library available on MSDN. The version of Crystal Reports used is the Crystal 10 Developer edition.


View Entire Article

User Comments

Title: Sales trends   
Name: William
Date: 2005-08-24 2:10:09 AM
Comment:
The codings and explanations provided are pretty comprehensive. Is there any way to run a report for sales for 2 weeks from 1 January to 14 January 2002 ? From such, i would be able to see the sales figs for wk 1 and 2, which i can determine the trends.




Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-19 2:49:28 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search