Test methodologies like Property Based Testing and Mutation Testing
dubzzz opened this issue ยท 0 comments
dubzzz commented
Hello ๐
I believe the testing section could be made richer with other test methodologies like:
- Property Based Testing: see http://github.com/dubzzz/fast-check
- Mutation Testing: see https://github.com/stryker-mutator/stryker-js
They increase the confidence devs can have in their tests. The two techniques above are pretty different but they both make tests more solid.
Please let me know if you think those techniques could make it. Thanks a lot for the project, it gives a great overview of the many subjects web devs may want to cover and know.