Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos automated business tests: concept, Groovy, system entity, empty DB, event recording, facade.

globe with meridians Language: Deutsch · English

light bulb Automated business tests

Internal concept analysis on automated business tests – Groovy, empty DB and event recording.

Status
colourGreen
titleKonzept
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2
Hinweis
titleBackground

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
titleEvent recording

Discussed event-recording variants: in the server core (facades) vs. in the web client. The web client approach is considered simpler.

Related pages

gear Business tests


Implementation.

Open →