6 ms·
I use quicktheories (Java) and generate a determistic random test scenario, then I generate input values and run the tests. This way I can create tests that sho
by thibran 6mo ago
I use quicktheories (Java) and generate a determistic random test scenario, then I generate input values and run the tests. This way I can create tests that should fail or succeed, but differ in the steps executed and in the order with "random input".
- owickstrom 6mo agoOK. What kind of problems do you hit from third-party libraries with that?
- thibran 6mo agoEscaping problems or wrong handling of non-visible characters.