laurentkempe

Stories submitted by laurentkempe

Starting TeamCity builds from HipChat using Github Hubot(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 3 months, 19 days ago

After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room. So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. read more...

add a comment |category: |Views: 5

tags: another

Running your TeamCity builds from PowerShell for any Git branch(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 3 months, 21 days ago

I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do. The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates… So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by “Accessing Server by HTTP” read more...

add a comment |category: |Views: 102

tags: another

Unit Test using test doubles, aka Mock, Stub, Fake, Dummy(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 10 months ago

Following my post about Application Acceptance Testing, we went, beginning of that week, in some very interesting discussions during a meeting at Innoveo in which I presented the differences between Mock and Stub in Unit Test. After the meeting as I often do I gather up from the web some posts which expressed in more details what I was talking about and made some extract of the posts. This time I found some interesting content follow-up on my explanations on the site of Rhino.Mock framework website and ... read more...

add a comment |category: |Views: 40

tags: another

Application Acceptance Testing(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 10 months ago

esterday evening I found a set of Google blog posts talking about web application acceptance testing which reflect Google experience through “Several years of experience across multiple project teams”. This reflect lot of points I brought into our discussions either at Innoveo or Jobping; best practices, screen/page object, dev. language, recording/coding, BDD.. read more...

add a comment |category: |Views: 3

tags: another

Run old build using TeamCity(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 10 months ago

At Jobping and Innoveo we are using TeamCity from Jetbrains to automate our different builds. Today I was asked by my colleague Roy the following interesting question “Can I rerun an old build?” read more...

add a comment |category: |Views: 8

tags: another

From WPF functional Unit Tests to Specifications using MSpec and White(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 11 months ago

I am in the train back home and wanted to try out quickly to migrate our WPF functional tests written has Unit Tests to BDD Specifications. Here is the code I started from, pure Unit Test using NUnit and White Now the same functional test written as a BDD specification using MSpec read more...

add a comment |category: |Views: 148

tags: another

Build .NET projects from Windows Explorer using MSBuild Launch Pad (mP(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 11 months ago

In September 2009 I posted about a tool I am using to build my MSBuild projects from the shell “Build your .NET project with a right click in Windows Explorer” Last week I changed to MSBuild Launch Pad (mPad) which also add a context menu when you right click your project or solution files. read more...

add a comment |category: |Views: 273

tags: another

Build and Deployment automation, VCS Root and Labeling in TeamCity(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 11 months ago

As you might now from reading my blog I tend to automate as much as I can. Why? Because I hate to do repetitive tasks. First because it is boring, at least for me, and as a developer we have more interesting things to do. Second because executing repetitive tasks tend to be error prone. So last week I decided that it was enough for me to have to create manually a subversion tag for Jobping web site then also took the time to do the same for my portal Tech Head Brothers. read more...

add a comment |category: |Views: 157

tags: another

Using Gmail as TeamCity smtp server(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 11 months ago

Some time ago when I had to reinstall our Jobping Continuous Integration server, which is Team City I also decided not to reinstall any smtp server but to use Gmail server. read more...

add a comment |category: |Views: 230

tags: another

ASP.NET MVC 2, MSpec and Watin(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 2 years ago

The other day I posted about “Automated functional tests using Watin and MSpec” which we do at Jobping as a spike to automate our functional tests on our ASP.NET MVC 2 site. read more...

add a comment |category: |Views: 94

tags: another

Automated functional tests using Watin and MSpec(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 2 years ago

ASP.NET MVC automated functional tests using Watin and MSpec read more...

add a comment |category: |Views: 37

tags: another