Testing Concurrent Programs
Structuring programs around a shared work queue can simplify testing by isolating concurrent interactions. Black box testing focuses on external APIs under stress, while white box testing formulates properties based on the understanding of protocols. Tools are emerging to help simulate various thread interleavings, enhancing the robustness of tests.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 44: Interview Brian Goetz and David Holmes
Related Questions