Telerik blogs

Latest

  • Productivity Testing

    Wrapping Performance Testing Introduction: What to Monitor (Plus Learning Resources)

    In this final post of my performance testing series I’ll help you figure out where to start, then pass on a few resources I’ve found extremely helpful in my own efforts. What do I Monitor? Figuring out which metrics, measurements, and counters to monitor can be extremely daunting—there are hundreds of individual counters in Performance Monitor alone! In most cases you don’t need anywhere near the entire set of metrics. A few counters will give us all the information you generally need for starting your performance testing work. Most performance testing gurus will tell you just a few items will ...
    May 27, 2021 2 min read
  • Productivity Testing

    Not Every Test Should be Automated!

    Updated: I realized that I didn’t make it clear I was writing this post from a vendor’s viewpoint! My choices of what to automate below are based on the view of a tester working on the team for this component—the creators of this control. You, as a consumer, should rarely, rarely ever automate third party controls or components. You may need some high-level test to ensure custom functionality works correctly, but your value is much better focused on testing your own software. Don’t invest in automating Google, Telerik, or other commercial products. -------- When you’re working with automation, choosing what ...
    May 27, 2021 3 min read
  • Productivity

    Bend Telerik OpenAccess ORM to Your Will With Type Converters – Part 1

    In Q1 2011, Telerik OpenAccess ORM introduced a flexible type conversion system. This type conversion system allows developers to instruct OpenAccess on how to map types that it may not support out of the box. This feature makes it possible for OpenAccess to work with built in UDTs, such as SQL Spatial and XML, as well as any custom UDTs developers create. What is a User Defined Type? SQL Server 2005 introduced user-defined types (UDTs). UDTs extend the SQL type system by allowing you to store objects and custom data structures in a SQL Server database. UDTs can contain multiple data types...
    May 27, 2021 4 min read
  • Productivity

    MbUnit 3 and Gallio Support for JustCode

    The unit test runner in Telerik JustCode has supported five different unit testing frameworks: MSTest, xUnit, NUnit 2.5, MSPec, and MbUnit 2.4. MbUnit 3 is significantly different than prior iterations by having a different underlying engine: the Gallio Test Automation Platform. The newly released service pack for JustCode supports this framework, allowing you to take advantage of its many features. You can get started with MbUnit 3 with the assemblies provided by JustCode or downloading and installing the latest Gallio package. Afterwards, create a class library and add references to the Gallio and MbUnit assemblies. These can be found in %ProgramFiles(x86)%\Telerik\JustCode\Libraries\Extensions or the GAC...
    May 27, 2021 2 min read
  • Productivity

    Telerik OpenAccess ORM – What’s new in the latest internal build

    On 12.09.2011 we released the so anticipated OpenAccess ORM internal build 2011.02.0908 that contained a few very important improvements and fixes for our customers: - Support for SQL Azure 11.x. After OpenAccess ORM Q2 2011 was released supporting the 10.5.x version of SQL Azure, Microsoft had started updating the SQL Azure data centers to use a new version (11.x) based on the Denali codebase. Some details for this update can be found in Richard Mitchell’s blog post as well as how it can affect third party tools in the MSDN Blogs. With the internal build we have introduced support for the latest version of SQL Azure,...
    May 27, 2021 2 min read