by edvorkin | Apr 29, 2012 | Agile ALM, Blog, Groovy /Grails, Java, Programming
This article was inspired by Tutorial: Integration Testing with Selenium – Part 1 where author, Alex Collins was using Maven and jUnit. I like Gradle and Groovy as a more convenient alternative to maven and jUnit for building and testing. I usually write my...
by edvorkin | Feb 29, 2012 | Agile ALM, Blog, Programming
We all know that quality can’t be injected into software at the end of project. There are several aspects that directly related to the quality of software and speed of delivery including but not limited to: team – it’s composition and size,...
by edvorkin | Oct 23, 2011 | Agile ALM, Blog, Groovy /Grails, Java, Programming
In this series of articles I will share my experience building deployment pipeline or build pipeline with open source tools. Deployment pipeline is an automated process that manage all software changes – from version control check-in to production. Usually...
by edvorkin | Oct 11, 2011 | Agile ALM, Blog
In this video presentation from JavaOne 2011 Conference, Michael Hüttermann, author of Agile ALM: Lightweight tools and Agile strategies, will discuss various aspects of Agile Application Management. One of the interesting topic is how to do release management using...
by edvorkin | Oct 2, 2011 | Agile ALM, Blog
This post is about continuous integration practice and Jenkins (Hudson) — one of the most popular open-source continuous integration server. The six must-have plug-ins I’ll discuss here will make your job of configuring Jenkins and running builds much more productive....