Telerik blogs

Latest

  • Productivity

    Understanding Validation Content Element Types

    Test Studio offers you up several different validation types when you’re constructing a validation sentence targeting a content type. It’s important you understand the difference between the options you have – the subtle differences may cause unexpected failures or worse, falsely passing tests! To demonstrate the differences, I’ll use the same example HTML I used in my previous post about working with test-hostile UIs. If I select the first NewsItemContent node and look at its snippet of the DOM, we’ll see this: <div class="NewsItemContent">We continue to have more and more successes with dogfooding throughout Telerik. ("Dogfooding" ...
    May 27, 2021 5 min read
  • Productivity

    Telerik OpenAccess ORM - Configuring MSMQ for L2Cache usage

    Telerik OpenAccess ORM uses Microsoft Message Queuing for (optional) synchronization of the L2Cache. The principal setup is described here. In some cases the default settings as described in the documentation are not sufficient. Having more than one network interface card In cases where you have more than on network interface card on the machine you are running the MSMQ, you might get into the problem, that the MSMQ doesn’t know which nic to use. In effect it starts to randomly use a nic. A message like this will appear in your event log. 1: Message Queuing found...
    May 27, 2021 2 min read
  • Productivity Testing

    Automating Innovation

    The rise and impact of automated testing tools and technology The year was 1962 and the world was catching its first glimpse of the daring and colorful wonders that tomorrow might bring. It was a space-age vision of a technology-filled future – flying cars that could fold down into an attaché case, wisecracking robotic maids, and miraculous machines that could do anything from washing the dog to cooking a three-course gourmet meal, all at the touch of a button. It was a utopian society made cleaner, better, and more prosperous through the auspicious use of technology and automation. This description, ...
    May 27, 2021 10 min read
  • Productivity

    Async Support in Telerik JustCode

    The latest internal build of JustCode has been released with support for the asynchronous language features in the Microsoft Visual Studio Async CTP. Improvements to the semantic analyzer detect errors on usage of the async method modifier and await operators in C# and Visual Basic. This feature will be available for the general public in JustCode Q2 SP1. If you’re new to the async and await keywords and would like to know to learn asynchronous programming with C# 5, refer to Going Asynchronous. I provide an example of a twitter client using synchronous programming, the current way of doing asynchronous...
    May 27, 2021 2 min read
  • Productivity

    Manually set tag colours in TeamPulse

    With the release of TeamPulse 2011 R2 we have introduced the ability to create and assign tags to items within your backlog (stories, bugs, issues, and risks). When a new tag is created within a project it is assigned a random color from an internal list of colors. These colors can be helpful visual indicators, but what if your team wishes to add meaning behind the chosen colors? It sure would be nice to have the colors match up with the words in the screenshot above. While there currently is no in-app method for defining tag settings, those unafraid of ...
    May 27, 2021 2 min read