You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: