Adding Unit tests to your Java project
May 25, 2010
Tweet
Unit testing is not only for product code but for test automation code as well. Here we show how to setup JUnit, write unit tests for a java class and then execute them using ant.
Posted by Rahul Poonekar in : Integration , add a commentCreating your Java project workspace
February 6, 2009
Tweet
Planning your project workspace helps find code, library dependencies, data and configuration files and makes future extensions easier. This article focuses on creating a Java project.
Posted by Rahul Poonekar in : Integration , 1 comment so far