von Christian Weyers | Feb 18, 2021 | Allgemein, Data, English
ETL (Extract-Transform-Load) is at the core of every data integration project. We are involved in multiple client projects ranging from the classical data warehouse to event-driven IT architectures. This range of processes forces the technologies used for data...
von Alain Lompo | Mai 12, 2018 | Allgemein, English, Software Engineering
Turning our acceptance tests into a high added value deliverable. Content Prologue 1. What is FitNesse? 2. Where can FitNesse be found? 3. First experiences with FitNesse 4. Under the hood 4.1 FitNesse test systems 4.1.1 FIT 4.1.2 SLIM 4.2 Integrating FitNesse in our...
von Peter Wippermann | Jul 31, 2017 | Allgemein, Deutsch, Software Engineering
JUnit gehört zum Standard-Werkzeugkasten in unseren Projekten. Seit JUnit 4 werden auch parameterisierte Tests unterstützt: Man definiert eine Parametermenge und für jedes Tupel wird die so parametrisierte Testklasse jeweils neu instanziiert und alle Testmethoden...
von Daniel Karzel | Jul 21, 2017 | Allgemein, English, Software Engineering
What up! Since we recently had a Code&Play on Smart Contract development with Ethereum it was about time to move the tests for our lottery contract to the truffle development framework structure. And since we are hipster coders, we additionally configured Travis...
von Alasdair Collinson | Mai 12, 2017 | Allgemein, English, Software Engineering
Java 9 is on it’s way and with it – maybe – Project Jigsaw. Project Jigsaw adds modularization to Java, which will change the way we write Java code. The recent public review ballot for JSR #376 (the Java Platform Module System, or JPMS for short)...