DEV Community

Discussion on: How do you measure and discuss the less measurable things about testing code?

Collapse
 
theodesp profile image
Theofanis Despoudis

Testing is hard because there are not many books or articles that show you how to properly test things. Especially for non-trivial stuff like concurrency or validation or not producing memory leaks or not having side effects.

Collapse
 
squidish_qa profile image
Kate Falanga

While there aren't as many books on testing as there is on development there is quite a lot of information out there. There is value in developers learning the core of what testing is as a skill. There's more to doing it well than most people think.