JUnit Primer: An introduction to unit testing using JUnit. For your projects you may need to use other unit testing frameworks. However, they will all be similar in philosophy and style but with slightly different syntax.
Unit Testing in Eclipse Using JUnit: A tutorial on how to setup, create and run JUnit tests using Eclipse. Eclipse and the JUnit functionality is available on the lab machines.
Wikipedia - List of unit testing frameworks: A list of different unit testing frameworks organized by language. You'll need to find a unit test framework for each language that you are using in your project.
Danube Technologies: ScrumWorks (basic): Website for the basic (and free) edition of the ScrumWorks software that you will be using to manage the software development process for your projects.