9 posts tagged as "continuous-integration"

An update to my WatiN experience

A few days ago I wrote of my initial impressions with WatiN . While I really like it, I mentioned that I had some trouble getting the tests to run under Cruise Control .NET. Over the weekend the author, director and admin of the WatiN project…

I really like WatiN

Over the last couple of months we’ve talked about the need to get some UI testing in place for some of the projects that I work on daily. I considered Selenium and spent a little time looking at Watir. As I started getting into Watir I realized that…

RE Jeffrey Palermo on Continuous Integration

Jeffrey Palermo wrote the below and then challenged the community to use what works and evangelize: … My team did not dabble with converting from NAnt to MSBuild or from NUnit to MSTest.  Here is my thought process: Our process works (CruiseControl…

Real World Continuous Integration at CINNUG

Joe Wirtley and I will be giving our Real World Continuous Integration with CC.NET, NAnt, NUnit, etc. presentation tomorrow evening at the Cinncinnati .NET Users Group .  Yes, it is the same presentation that we will be giving 3 days later at…

WhatIWantMost.com - Introduction, part deux

In my previous post I laid out the plan and goals for my WhatIWantMost.com project. I forgot to mention a couple of things, though. Because I am a great big huge fan of automated builds, continuous integration, CC.NET, … (author goes on and on for…

Joe and I will be presenting Real World CI using CC.NET at CodeMash!

We got the answer we were waiting for today - we will be presenting at CodeMash ! Looks like there is a lot of stuff going on over at the CodeMash site - lots of announcements: Dave Donaldson will be doing an NHibernate presentation. Bill Wagner…

Continuous Integration Presentation using CC.NET and more tonight

Tonight is the night. Joe Wirtley and I will be giving our presentation, Real World Continuous Integration, at the Dayton .NET Developer’s Group . We did a dry run for the developers at Tellus last Friday and it seemed to go pretty well. We had a…

Continuous Integration presentation for Dayton .NET group on Oct 25th

Joe Wirtley and I will be giving a presentation, Real World Continuous Integration, at the Dayton .NET Developer’s Group meeting on October 25th. We will discuss using Cruise Control .NET, NAnt, MSBuild, and NUnit to create an effective automated…

So I updated the library project, now what?

In my last post I described adding some unit tests to one of our core libraries that three projects currently being developed are using and finding a bug in the code.  Well of course I fixed the bug, but now what? Now each of the teams working on the…