Telerik blogs

Latest

For the latest product updates, please visit Release.

  • 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 Testing

    The Story Behind JustDecompile

    The latest version of JustDecompile is fast. Really fast.
    March 07, 2013 3 min read
  • Productivity Testing

    Using the JustTrace Timeline

    The timeline control in JustTrace offers a powerful way to view snapshots tailored to the view you wish to see of your application’s execution lifecycle. JustTrace collects information for performance and memory usage, and the timeline’s usage differs depending on the profiler used.
    February 28, 2013 3 min read
  • Productivity Testing

    Top Five Pain Points Getting Started With Test Studio

    We recently asked current users of Test Studio what their top five challenges getting started with Test Studio software testing tools were. I think that list is an awesome starting point for a series targeted to help people get past these same problems! Here are the top five items called out by our customers: Time Constraints Timing Issues (Asynchronous events such as AJAX, JQuery) Find Expressions TFS Integration Build Process / Continuous Integration If you’ve worked in other automation domains (unit or integration testing, UI testing with tools other than Test Studio), then you’ll notice these same problems spanning all ...
    February 28, 2013 2 min read
  • Productivity Testing

    Handling Arguments in JustMock Arrangements

    Mocking is all about making it easy to isolate the system under test in unit tests. In non profiled mocking, this is typically done by creating a proxy for an interface, and arranging the methods that will be called on the proxy. Mocking frameworks like JustMock determine matching calls not only based on the method signature, but also by the values of the arguments passed into the method. JustMock provides many mechanism to tune how the matching is done.
    February 21, 2013 5 min read