Code Elegance

Agile testing days…we’re arriving (almost)

This afternoon, Emanuele and I have built the demo for the agile testing days.
Our idea is that to completely (more or less) reproduce the build environment that the team uses all days in our projects. The tasks that we have scheduled are:

- automatic assemblies versioning
- integrating database changes
- build
- running unit tests
- running integration tests
- deploying
- code metrics (and more over) with source monitor, fxcop and simian

The time available is not so much, and we have tried to choose must useful tasks (for us, obviously)
Any other ideas? Suggestions? Tasks that do you want to investigate?

No comments

Using SqlCe in TDD environment

Claudio wrote a good post on how to use SQL Compact Edition in a CI environment. SQL Ce is a good database for desktop application that doesn’t need a real “db server” but the management tools do not support it very well. In his post he describe how to use SQL Script to create an manage the SQL Ce Database.

You can read the full article here: http://testdrivendevelopment.wordpress.com/2008/10/07/create-sqlce-database-before-integration-test/

No comments