Describe JUnit testing
Automated testing framework for Java.
Easy integration with automated builders.
Test written in Java.
Curam currently uses v 3.8
Transactions are rolled back by default after executing the test - therefore underlying tables are not affected.
Testing goals
Dedicated, automated, repeatable testing.
Describe Curam Test Framework
CuramServerTest extends JUnit framework.
Units Test > Curam Server Test > Test Case
Sets up various properties and other elements that are required for Curam runtime execution.