Telerik blogs

Latest

  • 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 ...
    November 07, 2012 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.
    November 07, 2012 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
    November 06, 2012 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 ...
    November 06, 2012 2 min read
  • Productivity

    More on Flexible Locators

    Knowing how to create flexible locators is critical to crafting stable tests that will hold up in the long run. The example I use in Telerik’s Online Instructor Led and Team training sessions centers around working with a row from a table. This table, to be precise! Note the grid control has created an ID value for that row – and that ID is completely position-based: ctl00_MainContent_PeopleGrid_ctl00__1. (Look at the row above and below. The IDs all end with “__<number>”.) By default, Test Studio’s recorder will define this row’s locator using that ID value. Normally IDs are ...
    November 03, 2012 4 min read