Telerik blogs
  • Productivity Testing

    30 Days of TDD: Day Three – Your First Test

    In this post I will introduce you to JustCode and the NUnit testing framework. I’ll also demonstrate the basic TDD workflow from introduction of the first requirement all the way through to writing your first test. At the end of this post you will have a test based on a given requirement. In the next post we will work through the rest of the workflow and make the test pass.
    September 13, 2013 16 min read
  • Productivity Testing

    30 Days of TDD: Day One – What is TDD and Why Should I Use It?

    Welcome to the inaugural post in this “30 Days of TDD” series. If you’ve never done Test Driven Development or aren’t even sure what this "crazy TDD stuff” is all about than this is the series for you. Over the next 30 days this series of posts take you from “I can spell TDD” to being able to consider yourself a “functional” TDD developer. Of course TDD is a very deep topic and truly mastering it will take quite a bit of time, but the rewards are well worth it. Along the way I’ll be showing you how tools like JustCode and JustMock can help you in your practice of TDD.
    September 09, 2013 7 min read
  • Productivity Testing

    Top 5 Reasons to Use a Mocking Framework

    You've heard all of the academic reasons for using a mocking framework. Read about some of the real life reasons to use a mocking framework.
    July 23, 2013 6 min read
  • Productivity Testing

    Automocking with JustMock

    Auto mocking containers are designed to reduce the friction of keeping unit test beds in sync with the code being tested as systems are updated and evolve over time. Read how JustMock helps with automocking.
    March 11, 2013 5 min read
  • Productivity

    Top 5 TDD Mistakes

    Our guest blogger, the Contented Coder, Bradley Braithwaite shares the 5 most common TDD mistakes that he has encountered over the years.
    January 24, 2013 11 min read