I'm a new to unit testing and also to Typemock. I wanna choose typemock, cuz I have a lot of legacy code with a lot of dependencies.
I know that Isolator Basic
is a free version, but they are also give a 30 days trial version of Isolator Complete
. So I got a trial version just to try. But before I start to write unit tests, I have a question - If I make tests with Isolator Complete
, can I run them on another PC with Isolator Basic
, or at least build project without falling down another tests(which contains Isolator Basic
features)?
Does this compatibility possible?