You are browsing the archive for continuous integration - Digiati.

Code Lockdown

March 21, 2011 in agile

Before starting on a new project it’s always worth while taking a few minutes to configure the build so that we get the benefits of a code analysis early warning system. To do this we can use a combination of Visual Studio code analysis, StyleCop and project build settings. To lock down your code, follow [...]

Acceptance Tests: Prove Your Worth

March 3, 2011 in agile

Our User Story states “As a user of the blogging web service, I want to be able to save my blog details to a database” and we have a REST service contract which shows us what a request to create a new blog should look like. We now have enough information to create our Acceptance [...]