This commit is contained in:
Andreas Penski (init) 2021-05-19 12:20:07 +02:00
parent 3343c37ae9
commit 2e16883cc9

View file

@ -1,9 +1,10 @@
# General Architecture # General Architecture
The validator itself is just an engine which executes validation according to a certain configuration (see [configuration documentation](docs/configurations.md)). The validator itself is just an engine which executes validation according to a certain configuration (
see [configuration documentation](configurations.md)).
The validator takes a scenario.xml and the configured directory with all artifacts necessary for validation (scenario repository). Then it performs The validator takes a scenario.xml and the configured directory with all artifacts necessary for validation (scenario repository). Then it
the validation and generates a report in XML format. This report is then the input to an XSLT provided by the configuration. performs the validation and generates a report in XML format. This report is then the input to an XSLT provided by the configuration.
## Separation of concerns ## Separation of concerns