One of the most primary types of test we use to ensure that the library works well is unit testing.
We can't rely on only these tests, as there is a big probability of human errors.
Fuzz testing is a good candidate which could help us to make the package more tolerant to randomized/invalid data inputs.
There are some platforms that offer continuous fuzzing
One of the most primary types of test we use to ensure that the library works well is unit testing. We can't rely on only these tests, as there is a big probability of human errors.
Fuzz testing is a good candidate which could help us to make the package more tolerant to randomized/invalid data inputs.
There are some platforms that offer continuous fuzzing