|
|
Due to the nature of the application, a lot of functionality could not be tested. Still, there was created unit tests for most of the testable "back-end" and database code. These tests were done with the JUnit framework for Java. There were created both negative and positive tests.
|
|
|
## Test constraints
|
|
|
Due to the nature of the application, a lot of functionality could not be tested. Still, there was created unit tests for most of the testable "back-end" and database code. These tests were done with the JUnit framework for Java. There were created both negative and positive tests. This makes sure that the data being used in the program is not of the wrong type.
|
|
|
|
|
|
## Tests
|
|
|
In the end, the team created 35 different tests for varying functionality of the system ranging from being able to create a cup, to being able to load a created cup from the database. |