views:

199

answers:

1

Hi,

Can anybody recommend any good books on unit testing for multitesting applications. Also can any body recommend appplications or utilities which can be used for multithreaded testing, similar to the java tool ConTest, (which i've not used but a fried recommended)

Any help particularly related to C# unit testing for multithreaded apps in particularly welcome.

thanks. Bob.

+1  A: 

I ported multithreadedTC from Java to .NET and called it TickingTest. It doesn't have all the features of the original, but I've found it useful. The biggest thing it's missing is the ability to monitor threads that are started during the test.

Don Kirkby
I've found Microsoft Chess from their research division, which may be of some use.
scope_creep
Yeah, I saw that, but I don't have Visual Studio Team System or whatever it requires.
Don Kirkby
Its integrated is it.
scope_creep