Telerik blogs

Latest

  • Mobile

    Remote Debugging Icenium Apps With Weinre

    In this post, Jim Cowart explores using weinre (WEb INspector REmote) to debug a hybrid mobile app deployed to both an Android and iOS device.
    May 27, 2021 5 min read
  • Productivity Testing

    Power of Dynamic Test Lists

    Test Lists are a great way to organize tests and get execution results summarized. Telerik Test Studio includes the standard “Static” Test List that allows you to add existing tests from your project, but there is a small maintenance penalty for using the static list because each time you add a new test to your project it must be added to one of the existing test lists. One of the underlying principals of Test Studio is to decrease the overall maintenance cost traditionally associated with automated testing. Within the world of test lists we have done this by creating the ...
    May 27, 2021 4 min read
  • Release

    Announcing the Icenium Extension for Visual Studio

    Today we are announcing the release of one of the most anticipated Icenium features: Visual Studio integration! Starting now, you can build iOS and Android hybrid mobile apps directly within Visual Studio and utilize the best of what Icenium has to offer - with the Icenium Extension for Visual Studio.
    May 27, 2021 5 min read
  • Productivity Reporting

    Bringing the Power of HTML5 to Telerik Reporting

    The power of HTML5 arrives in Telerik Reporting. Download the preview and learn how to consume Telerik reports in all HTML5 supported browsers and devices, including iOS, Windows Phone, Android and more!
    May 27, 2021 7 min read
  • Productivity Testing

    30 Days of TDD: Day Seven – Software Factories and DI Frameworks

    In the previous post I showed you how by starting to leverage the SOLID principles you can unlock the practice of Dependency Injection (DI). I also demonstrated how DI can help you write code that is free of static bindings, which makes your code flexible, open to change and testable. In this post I’ll demonstrate some practical techniques to manage the dependencies in your application by using software factories and DI frameworks.
    May 27, 2021 10 min read
  • Productivity Testing

    30 Days of TDD: Day Six – What Is Dependency Injection?

    In this series we’ve already discussed the basics of TDD by creating our first test and then making that test pass. Last time I discussed the SOLID principles and how they help us in our practice of TDD. This time we’ll put two of the SOLID principles into practical application by discussing Dependency Injection.
    May 27, 2021 6 min read
  • Productivity Testing

    The Brave New World of Mobile Testing

    Greetings, Testers. Peter and I have been thinking, talking and writing these past few weeks about changes we've seen over the past few years in the application development and testing field. I suspect that the most visible change to computing and applications — the one that, if you asked the average person on the street they would be most likely to mention — is the rise of mobile computing. The numbers vary between analysts, but I've seen reports estimating that somewhere on the order of 500 million smartphones[i] will have been shipped by the end of next year and ...
    May 27, 2021 5 min read
  • Productivity

    JustCode! Now in .NET 4.0!

    In the past we’ve taken great pride in the new and exciting features we’ve added to our JustCode product. Be it the ability to run JavaScript unit tests in the same test runner as your C# and VB.Net code or the ability to debug decompiled code right in Visual Studio, the team has made pushing the envelope and delivering great innovative features a habit. And more great stuff is on the way!
    May 27, 2021 2 min read
  • Web

    Working with Assemblies in the GAC

    As promised some time ago, here is a post that explains the basics of working with the Global Assembly Cache (GAC) – what it is, pros and cons, how to recognize a GAC reference when you see it and how to add a new one.
    May 27, 2021 7 min read