#testing

2 Vortrag/Vorträge mit diesem Tag

Randomized testing: Gotta Catch 'Em All

Chance does things well. If we apply this idea to unit tests or integration tests, we can make our tests much more unpredictable — and as a result, …

Randomized testing: Gotta Catch 'Em All
Testcontainers for real integration tests with Elasticsearch

How are you testing with your database? Mocking is not an option since you want to test the actual system. In-memory databases, like H2 or HSQLDB, …

Testcontainers for real integration tests with Elasticsearch