Integrationstests mit Testcontainers

Integrationstests mit Testcontainers

++ Die Veranstaltung ist abgesagt ++

Unit testing is fine, but without proper integration testing, especially if you work with external resources like databases and other services, you might not know how your application will actually behave once it has been deployed to the real production environment. 

Before Docker, configuring the environment for integration testing was painful – people were using fake database implementations, mocking servers, usually it was not cross-platform as well. However, thanks to Docker, now we can quickly prepare the environment for our tests. In this talk I would like to show how you can use Testcontainers ( https://github.com/testcontainers/testcontainers-java ) – a popular Java testing library that harnesses Docker to easily, reliably, spin up test dependencies.

We will use it with a Spring Boot microservice and test against real PostgreSQL and Mongo data stores, we’ll isolate it from other microservices, then start Selenium browsers in Docker and test our application, and all with the same library!Come and learn why Apache, Spring, ZeroTurnaround, JetBrains, Playtika, Zipkin and others already decided to use Testcontainers for their integration testing needs!

Im Rahmen der Veranstaltung laden wir auf einen kleinen Imbiss ein.

Termin:

Dienstag, den 22.04.2020

Uhrzeit:

18:30 - 21:00 Uhr 

Location:

myview systems GmbH
Lindberghring 1
33142 Büren

torsten.kuhnhenne@myview.de
 

Hier geht es zur Anmeldung

 

Speaker:

Kevin Wittek, Testcontainers co-maintainer and Testcontainers-Spock author, in love with FLOSS. Received the Oracle Groundbreaker Ambassador award for his contributions to the Open Source community. Software Craftsman and testing fan. Plays the electric guitar and is a musician in his second life. Fell in love with TDD because of Spock. After many years working in the industry as an engineer, Kevin is now doing his PhD at RWTH Aachen on the topic of verification of Smart Contracts and is leading the Blockchain Research Lab at the Institute for Internet Security in Gelsenkirchen at the Westphalian University of Applied Sciences.