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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Testing goals

A

Dedicated, automated, repeatable testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly