exasol / exasol-java-tutorial

Learn how to extend Exasol with Java
MIT License
2 stars 2 forks source link

Java testing tutorial #42

Closed redcatbear closed 9 months ago

redcatbear commented 11 months ago

Situation

Automatic testing is essential for professional software development. Without automated tests software will accumulate regressions or simply be faulty from the start.

This tutorial addresses important considerations for a successful test automation and strategy, gives concrete examples and shows how to conveniently incorporate TDD into your workflows.

Acceptance Criteria