DEV Community

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

Collapse
 
testerfromleic profile image
Vernon Richards

This is difficult to answer without knowing what kind of problems you're trying to avoid or how the code (product?) is being modelled.

Can you shed any light on that?

Collapse
 
noahsussman profile image
Tentacular Devops 🐙

Yes I think part of the problem is that one has to get down to specifics in order to address the topics the OP wants to know about. Unit testing in Java is very different from unit testing browser-side JavaScript to pick an extreme example.