Unit testing and debugging
The designer writes tests and runs them (often locally).
The goal is not to fully verify the component but to debug while developing.
-
how to write the tests -
how to run them -
which tools to use
The designer writes tests and runs them (often locally).
The goal is not to fully verify the component but to debug while developing.