#testing

2 talk(s) with this 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, …

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, …