chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Hi,

I found the below statement in the Typemock website and was wondering if the unit test cases can be auto generated from the code using the Isolator.

"With dead-simple API, automatic test code generation and really great support, you'll be running unit tests in no time."

Also, Why TypeMock is better than Visual Studio Add-In?

Thanks in advance.
asked by Swathi (1.2k points)

4 Answers

0 votes
Hi Swathi,

You can easily use Isolator to generate fakes and behaviors in tests. Using the IntelliTest, which is an Isolator feature, you can take a look at this feature here IntelliTest.

I am not sure I understood your question about Visual Studio addin. Do you mean to the unit test framework that Visual Studio installs?

Regards,
Elisha,
Typemock Support
answered by Elisha (12k points)
0 votes
Hi,

Visual Studio 2008 provides add-in tool for automated unit testing.
So I want to know how TypeMock is better and what are its advantages?

Thanks
answered by Swathi (1.2k points)
0 votes
Hi,

Visual Studio 2008 provides add-in tool for automated unit testing.
So I want to know how TypeMock is better and what are its advantages?

Thanks
answered by Swathi (1.2k points)
0 votes
MSTest cannot fake return values or fake exceptions or swap behavior or verify that methods were called, whereas Isolator can.
answered by Neil (27.7k points)
...