| Auszug |
|---|
|
Nuclos automated business tests: concept, Groovy, system entity, empty DB, event recording, facade. |
Language: Deutsch · English
Automated business tests
Internal concept analysis on automated business tests – Groovy, empty DB and event recording.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
| Hinweis |
|---|
|
Internal concept analysis on automated business tests. The productive implementation is described under business tests. |
Key ideas
- Tests are stored in a system entity and become part of the nuclet.
- Test format: a Groovy script that talks to Nuclos – so the tests also run with future Nuclos versions.
- In the first version only the server-side business logic/rules are tested.
- Tests are based on an empty DB (system function to clear all BO tables) and can build on each other (reusability).
| Info |
|---|
|
Discussed event-recording variants: in the server core (facades) vs. in the web client. The web client approach is considered simpler. |
Related pages
Business tests
Implementation.
Open →