Reputation: 98
I would like to know if there's a 3rd-party tool for .NET that's equivalent to Replay Director.
Upvotes: 2
Views: 170
Reputation: 59675
I am not aware of something similar for .NET. The closest things I am aware of are Isolator (manipulate function execution) and CHESS (has capability to reproduce concurrent states) - but that is a million miles away from what ReplayDirector does.
Upvotes: 1