Lasse Koskela on the importance of test code

Lasse Koskela on the importance of test code

Lasse Koskela on the importance of test code

date:Mar 18, 2011

Lasse Koskela, the author of Test Driven: Practical TDD and Acceptance TDD for Java Developers, talks with executive editor Jan Stafford about the importance of test code just after he presented the technical session "Test Smells in Your Code Base" at TheServerSide Java Symposium.

More on Open source software testing tools

  • canderson

    Apache Camel news from JavaOne 2011

    VIDEO - Apache Camel, the open source integration framework, is enjoying an upward swing in popularity as the community prepares for the upcoming release of Camel 3.

    ( Oct 12, 2011 )

  • canderson

    Does Open Source Mean Superior Software Quality?

    VIDEO - James Strachan, the man who believes he invented Groovy, presented a lightninground session at TheServerSide Java Symposium to speak about FuseSource and Open Source Software. In that discussion, he asserts that there are reasons why open source projects may in fact be higher in quality than software one might purchase from a vendor.

    ( May 10, 2011 )

  • canderson

    Jonathan Fullam on Test-Driven Development

    VIDEO - Jonathan Fullam talks about the benefits of test driven development, the connection between Java and test-driven design, and how test driven design helps in the bug-fixing stage of testing.

    ( Mar 18, 2011 )

  • Open source integration framework keeps motorists safe in the UK

    News - Automotive rescue and recovery services in the UK gained significant messaging advantages over the past few years. The new Automotive Network Services (ANS) system, built and maintained by Apex Networks, connects automotive clubs and insurance agencies with the mechanics, riggers, and first responders that provide emergency services to accidents and disabled vehicles.

    ( May 15, 2012 )

  • Install the Apache Tomcat application server

    Tutorial - The first choice in application servers for many Java developers is the open source Apache Tomcat. Learn how to download and install the Apache Tomcat 6 servlet engine.

    ( Feb 17, 2012 )

  • OCAJP/OCPJP Video Tutorial: Exploring Binary Notation and Underscores

    Tutorial - This video tutorial demonstrates some new Java 7 features, namely the ability to use binary notation when assigning literal values, along with the ability to use underscores in numbers.

    ( Feb 10, 2012 )

  • Setting Up Eclipse for Java 7 Application Development

    Tutorial - This tutorial follows up on the previous two tutorials on installing Java 7 and configuring the JAVA_HOME environment variable. With those two tasks completed and confirmed, we now demonstrate how to install the Eclipse development tool.

    ( Feb 10, 2012 )

  • Java 7 and the intricacies of safe and unsafe casting

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

    ( Jan 26, 2012 )