About this document
Testing Concurrent Java Programs by jivasumana is a document available to read on EtoBox.
This document discusses testing strategies for concurrent programs. It describes how concurrency introduces nondeterminism that makes programs hard to test. It recommends starting with basic unit tests and tests that validate blocking behavior and thread safety. It also discusses strategies for measuring performance, avoiding common pitfalls in performance testing, and using complementary automated and manual testing approaches like profiling and code reviews.
- Author
- jivasumana
- Language
- EN