Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
Testing Multithreaded Java Code
May 21, 2008 6:00 AM
|
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests don't often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results in testing multithreaded code:
http://www.artima.com/lejava/articles/javaone_2008_andy_chou.html What do you think about Coverity's approach to combining static and dynamic analysis for testing concurrent code? |
Posts: 1 / Nickname: mydreams / Registered: August 9, 2008 10:33 PM
Re: Testing Multithreaded Java Code
August 10, 2008 3:44 AM
|
It is a good artical that introuced a new conception about the testing Java code in multiple CPU.
|