Devs Are From Mars. SETs Are Too.
Published August 23rd, 2010 Under Software Testing | Leave a Comment
Simon Stewart presents the activity of Google’s Engineering Productivity team and the role Software Engineers in Test (SETs) play in helping software developers to make their code more maintainable, recommending some of their tools: Gold linker, Eclipse, distcc, JDepend, graphviz.
http://www.infoq.com/presentations/Devs-Are-From-Mars-SETs-Are-Too
Removing Duplication by Refactoring
Published May 5th, 2010 Under Software Testing | Leave a Comment
This video removes the duplication in the add and subtract classes by introducing an abstract base class. The end result is a use of the template method pattern.
Video Producer: Brett L. Schuchert
Getting Started with TDD in Java using Eclipse
Published April 12th, 2010 Under Software Testing | Leave a Comment
Starting with an empty workspace, this video begins with a demonstration of basic Test Driven Development in Java using Eclipse. From basic tests and basic production code, to refactoring, and some splashes of Behavior Driven Development, watch production code get created test first.
Eclipse, Mylyn and the TFI
Published June 15th, 2009 Under Configuration Management | Leave a Comment
Part one focuses on an overview of Mylyn’s task management features including offline editing, background synchronizations and change notifications with demos of how these work for Bugzilla and JIRA. Part two is an overview of how Mylyn’s frameworks can be extended when building IDE, desktop, and server-side applications.
http://www.infoq.com/presentations/mik-kersten-eclipse-mylin-tfi
Integrated Debugger for Java*/JNI Environments
Published December 11th, 2008 Under Software Testing | Leave a Comment
In this video we will get you familiar with the approach to debugging JNI code based on a new debug interface implemented on top of Apache Harmony JVM. This approach provides support for seamless debugging native methods in Java applications and access to native data. The user interface is plugged into Eclipse IDE and based on the JDT and CDT debug interfaces. We will demonstrate the new approach on basic debug scenarios.
keep looking »