Skip to content
Lindsey edited this page May 9, 2014 · 1 revision

Testing JBrick Software

Testing Features with JUnit

The application is split up into multiple feature suites that can be found in this Google Spreadsheet. currently there are nine feature suites which contain an overview of what the system is expected to do. These include File, Container, Settings, Typing, Menu, Notifications, NXT, Control, and Speech Feature Suites.

File Feature Suite

These tests the file manipulation (saving, opening, etc.) inside the JBricks application.

Container Feature Suite

Checks the panes in the JBricks window are organized correctly and behave appropriately when using the view menu options.

Settings Feature Suite

Checks that the preference window config work correctly.

Typing Feature Suite

That all features associated with typing in the editor pane work correctly.

Menu Feature Suite

Checks that all the menu options work correctly.

Notifications Feature Suite

NXT Feature Suite

Control Feature Suite

Speech Feature Suite

Java Test details