Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Testing

    Asserting Behavior with JustMock

    JustMock is a great tool for abstracting dependencies in unit tests, and the new automocking feature makes it even faster to develop unit tests.  Another great feature in JustMock and JustMock Lite is the capability to assert the behavior of your system under test.  Traditional TDD (Test Driven Testing) unit testing typically tests for state.  Did the user get logged in? Did the user’s shopping cart get loaded?  Important tests, of course.  But that only tests the end result of the method.  If the user does NOT successfully login, and the cart is not reloaded, is that because the call to the repository was never called? Or because some error happened that didn’t reload the cart in this particular use case?  The state of the application is correct, but is that because it executed the expected behavior, or because we got lucky? 
    January 10, 2013
  • Productivity Testing

    Testing Trends in 2013

    [Updated: Fixed grammar foul on ‘Tenants’ vs. ‘Tenets’.] 2012 is drawing to a close, and apparently all the worry about the Mayan calendar not extending past today is thankfully misplaced! The ending of a year is a good time for some introspection, and some thinking about what’s in store for the next year. Lots of smart folks in the testing field have their own opinions about what we’ll see (or won’t!) next year, but here are a few of my thoughts. Keep in mind this list is totally in line with my own very opinionated biases! Whole Team Testing This ...
    December 22, 2012
  • Productivity Testing

    Mocking Constructors with JustMock

    In .NET there are two types of constructors, instance constructors and static constructors. Instance constructors are called when objects are instantiated, while static constructors get called before any member of the class is invoked for the first time.
    December 13, 2012
  • Productivity Testing

    Test Studio Workshop Needs You

    Hi everyone! So the initial cycle of four workshops just ended! A big "THANK YOU" to all who attended. In the span of four weeks we covered four topics: How to Record a Login Test How to automate HTML popups How to automate HTML frames How to extend Test Studio (i.e. Test Studio plugins) Did you miss any of those "How to's ? Not to worry - we have them up on Telerik TV so you can check them out right here. These videos were recorded live during the actual workshops sessions.  Personally, I'm happy with the way the ...
    December 06, 2012
  • Productivity Testing

    Configure The Content Of Your Result Emails

    Our brand new SP release (2012.R2 SP1) has just been made available on our website. Go ahead and download it from your Telerik account if you haven't done so already. It introduces a lot of improvements and fixes to the product to make your user experience better. Here's the full list in case you're interested. One of the new things we've introduced really stands out (when you consider this is not a major release). It's something that has been heavily requested by our customers. Can you guess what it is? (hint: refer to the title of this blog post). That's right! You ...
    December 05, 2012