swoodoo - A True Agile Story

Lars Jankowfsky » 13 March 2009 » in Enterprise Case Studies » 2 Comments

This is an abstract for a chapter from a book on Quality Assurance in PHP Projects.

swoodoo, the Germany-based flight search engine, has gone through a wild evolution. In 2003 it started out as a peer-to-peer network with ActiveX browser plugins written in C++ to query cheap flights. It went through a Java-centric solution using various techniques for screenscraping data from airline websites and finally has evolved into a robust architecture where Java and MySQL are used in the backend and PHP plays a major role in all frontend-related tasks as well as in data gathering from airlines.

Besides technology, the software architecture has also changed immensely: from distributed objects to a "big ball of mud" and finally into a Service-Oriented Architecture (SOA) with clearly defined interfaces between separate services. In order to have a better control of swoodoo evolution, project management was switched to Extreme Programming (XP) in the beginning of 2007. At the same time we introduced unit testing using JUnit and PHPUnit as well as PHP-driven Selenium acceptance testing. Initially we made heavy use of Selenium but recently we have reduced the amount of Selenium tests - a tradeoff we had to make because of the nature of our SOA-based architecture.

In this case study we want to show the evolution of our agile management techniques, testing environment, tools and approaches we use and why we decided to change in case we did.

Lars Jankowfsky is the CTO of Germany-based swoodoo AG.

Trackback specific URI for this entry

2 Comments to "swoodoo - A True Agile Story"

Display comments as (Linear | Threaded)
  1. thies
    13/03/2009 at 14:14 Permalink
    Cannot find the case-study...

    Reply

  2. Sebastian Bergmann
    22/03/2009 at 17:24 Permalink
    At the moment we are just publishing the abstracts (once a week, each Friday) of the case studies that will be part of the book.

    The book will be published this fall.

    Reply

1 Trackback to "swoodoo - A True Agile Story"

  1. Quality Assurance in PHP Projects 04/11/2009 at 09:36
    It has been quiet on this website since we posted the last contributed chapter abstract in June and it is time to give you an update. But first, allow me to refresh your memory on the list of contributed chapters:Case Studies on QA Processes in CompaniesQ

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.


Submitted comments will be subject to moderation before being displayed.