Current best practice for producing high quality software is Test-Driven Development. These practices can be applied to RPG development on IBM i. The end result is software where every single line is covered by an automated test and can easily be regression tested on every build of your deliverable. Tools such as RPG Unit and RDi can be used to support this process and make it easier and more enjoyable.
Learning Objectives:
- Learn the best practice of Test Driven Development
- Be able to articulate the benefits of this approach
- See a practical example in the context of ILE RPG and the IBM i
- See how the open source packages like RPG Unit can help
- Learn how Rational Developer for i can be used to support this process