Conceptual Questions of Unit Testing
-
40 min
Within the scope of the presentation, we will discuss the regularly encountered conceptual questions of Unit testing:
- How large should the “steps” / tests be, including when working in the TDD style;
- What is subject to and conversely not subject to Unit testing;
- How to determine the quality and necessary quantity of tests;
- Is it possible to delete Unit tests, and if so, under what circumstances;
- Do metrics for the ease of reuse exist;
- Does the scale of the software, programming language, and IDE affect the practices of Unit testing;
- How to implement Unit testing and, more broadly, the practice of TDD in the middle of project work;
- And many others…