Testing
Test First - Part 4
Architecture is not only about production code
Your tests also deserve some architecting
Test First - Part 3
On the Relevance of the Classical Testing Pyramid
Looking at an Ancient Structure
Test First - Part 2
The Unit Test Ambiguity
On the Misconceptions Surrounding the Unit in Unit Testing
Your Tests Also Need Some Architecting
Discover how the Object Mother concept empowers developers to effortlessly generate intricate test objects, enhancing code readability, maintainability, and overall testing efficiency.
The subtle Art of Java Test Method Naming
Tests must be encapsulated within methods that demand a name, and as with all aspects of programming, naming often proves to be the most challenging task.
How to Effectively Test Time-Dependent Code: Unit and Spring-Based Strategies
Explore strategies for reliable testing of time-dependent code, including techniques to mitigate flakiness in tests and enable precise time manipulation within your test suites.
Mastering the Object Mother
Discover how the Object Mother concept empowers developers to effortlessly generate intricate test objects, enhancing code readability, maintainability, and overall testing efficiency.