Podcasts that boogie

If you:

  • Want to learn more about Continuous Integration
  • Live to disco dance
  • Still watch reruns of Saturday Night Fever
  • Are curious about Test Categorization
  • Use the word “copasetic” in everyday conversations

then you’ll have a hip time listening to these two podcasts:

In the Age of Aquarius disco never dies man. Dig it?

Related odds and ends
 

2 Responses to “Podcasts that boogie”

  1. on 30 Aug 2006 at 11:26 am kocka

    Test categorization is ql, I am missing only two things:
    - no IDE support (except testng-eclipse, which has no release yet)
    - It would be nice to make CI systems use the categorization, but how can one configure the existing CI systems to do this?

  2. on 01 Sep 2006 at 2:39 am Andy

    You can configure a CI system to run categorized tests via your build script. For example, you can have an Ant task that runs unit tests only and that task is part of a dependency on a larger build task which is run anytime a check-in occurs.

    As for IDEs—yeah, you are right; however, you can usually configure IDEs to run build files, hence, you’d be able to run a categorized test in the same manner as above.

Trackback this Post | Feed on comments to this Post

Leave a Reply