Unit 3 - Lesson 6 -Testing Flashcards
1
Q
Describe JUnit testing
A
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.
2
Q
Testing goals
A
Dedicated, automated, repeatable testing.
3
Q
Describe Curam Test Framework
A
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.