Telerik blogs

Latest

  • 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.
    May 27, 2021 3 min read
  • Productivity Debugging

    Help! Running Fiddler Fixes My App???

    Over the years, the most interesting class of support requests for Fiddler are of the form: “My application or website is failing, but when I try to capture a repro with Fiddler, the problem goes away completely! How is Fiddler fixing it?”
    May 27, 2021 7 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 ...
    May 27, 2021 2 min read
  • Productivity

    [Free Whitepaper] 7 Agile Development Trends & Predictions for 2013

    Prepare yourself for the direction Agile software development will be going in 2013 with our concise and informative whitepaper.
    May 27, 2021 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.
    May 27, 2021 5 min read