Telerik blogs

Latest

  • 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
  • Productivity Testing

    Recording and Executing Tests in Silverlight Out-of-Browser with WebUI Test Studio

    One of the great new features in the Q2 release of WebUI Test Studio is the ability to record and execute tests using Silverlight’s Out-of-Browser feature.  For more information about configuring your application for Out-of-Browser click here.  In this post we will look at how to configure and record your test in WebUI Test Studio and then execute. To get started first open WebUI Test Studio and create a new project and test.   In order to configure a test for Silverlight Out-of-Browser recording, click on the “Out-of-Browser” option in the menu.   After selecting the SLOOB button, you ...
    May 27, 2021 3 min read