Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Debugging

    Got a Bug? File a Report

    Telerik’s TeamPulse is a terrific project management tool for boosting communication in and between projects. We’re constantly looking for ways to better integrate Test Studio with TeamPulse to clearly communicate quality metrics around your automated tests back to the projects. We’ve had integration tying tests to acceptance criteria in TeamPulse for some time, but with Test Studio’s 2012 R1 release we’ve kicked up the integration another notch: You can now push bug reports from Test Studio directly to your TeamPulse projects from anywhere you can examine a failing test: the test explorer, test results calendar, or test list details. (...
    May 27, 2021 2 min read
  • Productivity Debugging

    TeamPulse R1 2011 is Here: Bug Tracking, Productivity Features

    We are very excited to announce the official release of the R1 2011 version of our agile project management tool TeamPulse. This release expands the tool’s feature set with the addition of a Bug Tracking module, which allows users to record, triage, assign and evaluate bugs in an easy and intuitive way. We also wanted R1 2011 to be about increasing individual and team productivity. That’s why we introduced features like the “My Perspective” view, and the interactive TaskBoard, which give users more control over their daily work. Read through for the full list of new ...
    May 27, 2021 3 min read
  • Productivity Debugging

    Isolating a Problem in a Sample Project

    If you have contacted Telerik support before, chances are that you have been asked to send us a sample project. The time invested in isolating a problem before opening a ticket is well paid off. Such tickets require less time for investigation and are usually closed with only one or two replies. In almost all cases the problem can be easily isolated by following a few simple guidelines. Here they are.
    December 16, 2021 3 min read
  • Productivity Debugging

    Bug-tracker conversion tool: Gemini -> TFS

    Our migration to Team Foundation Server started a couple of months ago with the Source Control adoption. Another step that we performed was to transfer our Countersoft's Gemini bug-tracker projects to TFS Issue Tracking System. I've been searching around for a tool that would perform the job automagically ;-) and found nothing but other inquiries on the subject without answers. So, I'm posting the code, which helped us migrate our projects. Hopefully someone else can benefit from it too and I can save some of your time up.   Well, there is no rocket science here, but the code, ...
    May 27, 2021 3 min read
  • Productivity Debugging

    HACK: debug modifications to the ASP.NET session

    Today I had some strange experience. I have been hunting a strange bug that caused something to be placed in the ASP.NET session at a time that it was not supposed to be.  My biggest problem was finding out who was putting an object in the session and what that object actually contained. I already knew that the HttpSessionState instance was being stored in the current HttpContext's Items collection (thanks to Mr. Lutz Roeder, of course), and my initial plan was to inherit from HttpSessionState and intercept the calls made to methods like Add, Remove, etc.  Alas, HttpSessionState is marked as...
    May 27, 2021 3 min read