Unit Testing Legacy Code

Published September 8th, 2010 Under Unit Testing | Leave a Comment

This video shows technique to refactoring unit testing of legacy code.

Spock Testing Framework

Published September 8th, 2010 Under Functional Testing | Leave a Comment

Spock is a behavior driven development framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools and continuous integration servers. This video gives a talk and practical demonstration on the Spock testing framework.

http://skillsmatter.com/podcast/java-jee/spock-testing-framework

SpringSource Tool Suite Error Analysis

Published August 16th, 2010 Under Unit Testing | Leave a Comment

An introduction to the SpringSource Tool Suite Error Analysis. SpringSource Tool Suite (STS) provides the best and most complete set of Eclipse-based tools for building Spring-powered applications that run on the major application server platforms, including Apache Tomcat, SpringSource tc Server, SpringSource dm Server, IBM WebSphere, Oracle WebLogic, and JBoss. STS incorporates a task-focused user interface to speed development, architecture review tools to guide developers toward best practices and runtime error analysis with automated resolution lookup to help developers solve problems in running applications.

GWT Testing Best Practices

Published August 9th, 2010 Under Functional Testing | Leave a Comment

GWT has a lot of little-publicized infrastructure that can help you build apps The Right Way: test-driven development, code coverage, comprehensive unit tests, and integration testing using Selenium or WebDriver. This session will survey GWT’s testing infrastructure, describe some best practices we’ve developed at Google, and help you avoid common pitfalls.

Slides of the presentation

Application Versioning in GlassFish 3.1

Published July 15th, 2010 Under Configuration Management | Leave a Comment

This video demonstrates the deployment of multiple version of the same application in GlassFish 3.1 Milestone 1.

keep looking »