Property-based testing: You won't look at your tests the same way ever again

Details
Servus Lightweights,
we are glad to announce you the next meetup. So if you are interested in a different way to test, join us!
Abstract: Property-based testing changes the way you look at your test suites. Instead of specifying test cases one after another, this advanced testing technique enables you to use logic to automatically generate a stream of inputs. Despite its potential, property-based testing still remains under the radar within the Java community. Let's try to uncover its strengths together.
The talk will discuss how property-based testing compares to traditional testing methods and demonstrate its principles with simple examples. We will also see how it fits into a TDD workflow and a CD pipeline. In order to bust the myth of the inapplicability of property-based testing in a real-world setting we'll bring up some use cases from industry. Finally, we'll wander into the world of concurrency and the automation of race condition detection.
Speaker-Bio:
Jan is a consultant at innoQ in Germany, where he works with people and with computers. He enjoys wandering in snowy Alpine wilderness and running around Munich. He also co-organises the local Clojure Meetup. Pop in, we're a really friendly bunch.

Property-based testing: You won't look at your tests the same way ever again