DEV Community

Discussion on: What are the alternatives to unit tests?

Collapse
 
jdsteinhauser profile image
Jason Steinhauser

I'm going to shamelessly plug my own Intro to Property-Based Testing ;-)

But seriously, PBT is a good secondary layer to proper unit tests. I'll be glad to answer any questions!

Collapse
 
kayis profile image
K

Yes, I read about this.

Even autmatically generating inputs for JavaScript tests with the help of Flow type annotations.

I also liked the idea of mutation testing.