DEV Community

Discussion on: How To Get Started With Test Driven Development Today

Collapse
 
hilaberger92 profile image
Hila Berger

Hi Kyle, great article!
I actually started applying TDD a few months ago in my workplace, and now I read your article and it gave me new and interesting insights :)
Which languages do you work with? do you use any unit testing/mocking frameworks?

Collapse
 
kylegalbraith profile image
Kyle Galbraith

I use a variety of languages. I would say the one I have used most often would be C#. There is some great tools like NUnit and MSTest for frameworks, and NSubstitute or Moq for mocking.

Collapse
 
hilaberger92 profile image
Hila Berger

That's great!
Have you heard about Typemock by any chance?
My team and I are working with their product - Isolator, and I'm looking for some feedback from people who might use their product as well...