Telerik blogs

Latest

  • Productivity

    The Lure of Specialization

    Everyone knows that developers can’t test! Let’s face it – testers should only test. Developers should only develop as they have no clue what test cases look like and can’t be bothered with such mundane and trivial work. Asking a developer to test or to write documentation is like asking Leonardo da Vinci to build his own canvases and clean his own paint brushes. We need business analysts to tell developers exactly what we need to be developed using very detailed models and specifications (I mean.. developers understand code… they need to explicit instructions so that they know how to ...
    May 27, 2021 8 min read
  • Productivity

    Bend Telerik OpenAccess ORM to Your Will With Type Converters – Part 2 : Enums

    In my previous blog I showed the basics of using Type Converters in OpenAccess ORM.  I even walked through creating a very basic type converter for storing an int as a varchar in SQL Server.  The example converter was very basic, so in this blog I would like to take a look at something a little more practical.  In this example I will create a converter that tells OpenAccess ORM to store the value of an Enum property using the enum value’s name. Out of the box OpenAccess will persist enum’s using the enum’s underlying type which by default is int. In...
    May 27, 2021 3 min read
  • Productivity Testing

    Video of my Selenium Talk from Rocky Mountain Ruby Posted

    Back in late August/early September I spoke at the Rocky Mountain Ruby conference in Boulder, Colorado. My talk was about lessons learned dealing with large functional test suites over my career. For example, at a previous job I ran a team that got up to 9,000 Selenium tests scattered across roughly 850 test fixtures. I’ve had similar experiences working on other projects too. The talk was videotaped and is now up on the Confreaks video hosting site: Surviving Growing from Zero to 15,000 Selenium Tests. Yes, the talk’s title is wrong. I goofed when submitting it. The fundamentals I ...
    May 27, 2021 2 min read
  • Productivity

    Project Templates in Telerik OpenAccess ORM

    As we mentioned in our recent post we added new project templates to Telerik OpenAccess ORM, making it easier than ever to get an application up and running. In this blog we will take a look at each of the new templates, see what they provide, and see how you can leverage them with other Telerik Components. Using the Templates These templates are for .NET 4.0; so when adding a new project make sure that .NET Framework 4 is selected in the drop down above the project template list. Web Site Template To make it easier for developers using Web Site projects, we added a...
    May 27, 2021 3 min read