Split testing chapter
sapegin opened this issue · 1 comments
sapegin commented
It's way to big and unfocussed now. Probably we could split it into:
- a quick overview of testing methods;
- examples that are the most useful of OSS.
Possible examples:
- Jest (expand or even replace the
assert
example); - Cypress (maybe);
- size-limit;
- what else?
bebraw commented
Agreed. It also needs techniques like exploratory testing.