Telerik blogs

Latest

  • Productivity Testing

    Load Testing and Performance Webinar 5/16

    Join us Wednesday, 16 May, at 11am US Eastern time, to learn how Test Studio’s performance testing and just-released load testing features can help you detect bottlenecks in your system’s performance and answer business-critical questions about your site’s ability to handle large amounts of traffic. This webinar will focus solely on Test Studio’s Performance and Load Testing features. We’ll be drilling down in to some great specifics of how these features can help you respond to questions from management like “Will our site be able to support traffic after this new product’s launch?” and “Are our customers happy when ...
    May 27, 2021 2 min read
  • Productivity Testing

    Telerik Testing Summit Wrap-up

    If you were following Twitter last this last weekend (4 and 5 May) you may have seen a number of Tweets tagged with #TelSum. That was the Telerik Testing Summit, a peer conference held in Austin, Texas. Telerik welcomed a number of thought leaders in the testing and software industry to Austin, Texas, for two days of discussions on the state of software development. More importantly, we as a group were focused on what we could do to try and improve things. Telerik was represented by myself and Phil Sams, plus Holly Bertoncini, our event organizer. Joining us ...
    May 27, 2021 3 min read
  • Productivity Testing

    What does a good test case look like?

    A good test case is neither too small nor too big. A good test case stands alone, sets up pre-test conditions, exercises the application under test (AUT), verifies one thing, reports the results of the verification, then if applicable, cleans up (usually data) and reports the overall test case result; pass or fail. 
    May 27, 2021 1 min read
  • Productivity

    Telerik OpenAccess ORM – Default Values support has arrived

    As many of you already know, we are offering you a chance to choose which features of OpenAccess ORM you would like to see implemented in the next releases. You can post your votes and comments in our PITS system, plus you can ask us to put new features there through the support system or forums. Recently there is one clear winner in PITS – the database default values support. It has been requested many times through our support system as well – and we would like to thank all of you for the feedback, we do appreciate it. We are glad...
    May 27, 2021 2 min read
  • Productivity

    Bend Telerik OpenAccess ORM to Your Will with Type Converters – Storing Classes to XML

    In a previous blog I showed how to customize Telerik OpenAccess ORM data mappings using custom TypeConverters.  In particular we looked at storing, and querying, an enum by its name rather than its int value.  In this example, I will show how to get OpenAccess to serialize a class to xml, and store it in the database.  In the end you will have a reusable TypeConverter you can use to store any class as XML using OpenAccess! :) Creating the Type Converter The first thing we need to do is create the type converter.  To do that, simply grab the basic skeleton I displayed...
    May 27, 2021 2 min read