Search⌘ K

Conclusion

Explore how to effectively use property based testing with PropEr in Erlang to identify bugs in all types of tests from unit to integration. Learn foundational concepts, stateless and stateful properties, and apply knowledge in realistic projects to enhance software quality.

We'll cover the following...

You now have all the knowledge required to use properties to find tricky bugs in all systems, from basic unit tests to larger integration suites. You’re ready to go on and start adding better tests to your software to make your ...