This document discusses using JUnit to automate unit testing of RPG code on an IBM iSeries system. It provides an overview of the benefits of automated testing and outlines the steps to set up the infrastructure for testing, including creating Java and RPG modules, compiling the code, and running tests. Sample code is provided for a simple math module and test. The document recommends automating the testing process through a shell script to run compilation and tests.