Telerik blogs

Latest

  • Productivity

    Integrating with TeamPulse

    Note: A successor to this blog post has been written focusing on authenticating to the data service. You can read it here. Because TeamPulse makes it very easy to enter and track information regarding your project, users will find that they very quickly will have a large repository of valuable information in the TeamPulse data store.  Due to the complex and integrated nature of most teams, rarely does information stay within one repository.  It often needs to be digested and shared in many different ways and to many different people. Although TeamPulse has a rich visual aggregation of information ...
    May 27, 2021 3 min read
  • Productivity

    JustCode Code Templates

    Template Basics JustCode templates are much like Visual Studio code snippets. They give you a chance to seamlessly generate a piece of code following a predefined structure. In the general case you just have to pick up the real content, i.e. the stuff that actually defines the logic of the code, from a set of possible choices that JustCode computes for you. All the boilerplate code is automatically generated for you. For example, here is how the C# built-in foreach code template  normally works out: Step 1 – Expand the template Step 2 – Choose a collection variable to iterate over   Notice how the type of e automatically changes from string to int   Step...
    May 27, 2021 5 min read
  • Productivity Testing

    Silverlight 4 Update: Automate Your Popups Out-of-the-Box With WebUI Test Studio

    Have you heard the good news? Microsoft has just released a SL 4 update addressing some reported issues. Check Tim Heuer’s blog for details. This update is really important in regards to the Popups/ChildWindow automation. Until now the Telerik Automated Testing Tools required to track your popups manually which was inconvenient for some customers. With the latest official release of the product though and the new SL4 update this is no longer needed. Just upgrade the SL4 runtime on your machine and start automating those popups!   Enjoy! -Konstantin
    May 27, 2021 1 min read
  • Productivity Testing

    Automated Testing Tools 2010 Q2 Service Pack Release

    For everyone interested in our UI test automation products we’ve just uploaded the new Q2 Service Pack release. This latest official update does not only include bug fixes but it also introduces a number of improvements and some useful features. I’d like to draw your attention to the enhancements in the following areas: - Silverlight – more updates in the recording and execution scenarios are introduced. We add support for ToolTips in Silverlight (via the ToolTipText FrameworkElement property and built-in translators verification) as well as PopupTracker updates. - Test logs, Test as Step scenarios, test data-binding improvements in execution. - ...
    May 27, 2021 2 min read