Telerik blogs

Latest

  • 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. Background The Dependency Inversion Principle states: High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions. As more developers follow this and the rest of Robert Martin’s SOLID principles, methods and classes become much smaller with dependent objects injected into them, typically through constructor injection. As additional dependencies are needed (or the code is refactored to improve dependency isolation), the signatures of...
    May 27, 2021 5 min read
  • Productivity Debugging Release

    New in Fiddler 2.4.2

    A new Fiddler Beta minor update was released this evening [.NET2 or .NET4]. This build contains a few long-awaited tweaks, bug fixes, and minor features. Read on for the summary of changes, and please let us know (Help > Send Feedback) in Fiddler if you find any problems! Web Sessions List Improvements The Web Sessions list on the left side of Fiddler shows each Session and provides entry points into most of Fiddler’s functionality. In the new version, a number of improvements have been made to this critical interface. Sorting Indicator Fiddler has always allowed sorting the Web ...
    May 27, 2021 4 min read
  • Productivity Debugging Release

    New in Fiddler 2.4.2

    As with most Fiddler updates, this version also includes dozens of bug fixes and performance improvements, and upgrading is thus recommended for all users. Thanks for using Fiddler! As always, please let us know in Fiddler if you find any problems.
    May 27, 2021 4 min read
  • Productivity

    Understanding HTTP/304 Responses

    Users who are just getting started with Fiddler are often confused about the appearance of HTTP/304 responses in Fiddler’s Web Sessions list as webpages are loaded... A web server sends a HTTP/304 in response to a Conditional Validation request, indicating that the client’s copy of a resource is still valid and that the resource in question was Not Modified since the client cached its copy
    May 27, 2021 4 min read
  • Productivity Testing

    Free Weekly 30-minute Workshops On Test Studio

    Test Studio Workshop is our new training initiative - a weekly (you guessed it) workshop. Each session will deal with a specific automation challenge. From seemingly basic to advanced use cases that might require some coding skills. We try to tackle common errors seen with new Test Studio users and shed light on little known but powerful features the product offers. The agenda is as follows: The presenter goes through the main information related to that week's subject in roughly 15 mins. From there we go into Q&A mode. The session is set as 30 mins long but we will ...
    May 27, 2021 2 min read