Telerik blogs
  • Productivity Testing

    Testing AJAX Dynamically Loaded Elements

    I’ve posted up two short videos covering a typical AJAX testing scenario: the elements you need to interact with haven’t yet been created – they’re waiting on some other action on the page before they populate from a call back to the server. AJAX: Working With Dynamically Loaded Elements is the first of the two and shows how to write a simple test to deal with this situation. AJAX: Data Driving Dynamically Loaded Elements is the second. This video expands on the first and shows you how to alter the first test to use data pulled in from an Excel ...
    August 30, 2011
  • Productivity

    Understanding Validation Content Element Types

    Test Studio offers you up several different validation types when you’re constructing a validation sentence targeting a content type. It’s important you understand the difference between the options you have – the subtle differences may cause unexpected failures or worse, falsely passing tests! To demonstrate the differences, I’ll use the same example HTML I used in my previous post about working with test-hostile UIs. If I select the first NewsItemContent node and look at its snippet of the DOM, we’ll see this: <div class="NewsItemContent">We continue to have more and more successes with dogfooding throughout Telerik. ("Dogfooding" ...
    August 23, 2011
  • Productivity Testing

    Automating Innovation

    The rise and impact of automated testing tools and technology The year was 1962 and the world was catching its first glimpse of the daring and colorful wonders that tomorrow might bring. It was a space-age vision of a technology-filled future – flying cars that could fold down into an attaché case, wisecracking robotic maids, and miraculous machines that could do anything from washing the dog to cooking a three-course gourmet meal, all at the touch of a button. It was a utopian society made cleaner, better, and more prosperous through the auspicious use of technology and automation. This description, ...
    August 23, 2011
  • People

    Like Our Tools? Vote for us in Two Award Polls!

    Telerik is competing for a number of awards in two different polls, and we’d love to have your support in both! We’re in the running for 20 different categories for all Telerik tools in the DevProConnections awards, and we’re also up for a number of categories specific to Test Studio in the Automated Testing Institute’s annual Honors poll. You can read more about the DevProConnections award on another Telerik blog post. I wrote about the ATI poll a few weeks ago. I was very proud to join Telerik because I’ve been a long-time lover of their software, ...
    August 22, 2011
  • Productivity Testing

    Keep Your Tests DRY

    [Note: I covered this topic somewhat in my earlier post on maintainable tests; however, this concept is so critical, in my opinion, that it deserves a separate post. You’ll continue to hear lots about this practice from me as I write and speak more!] Test code should always be treated with the same care production code is – because test code IS production code! Your source code for your tests may not be deployed to your customers’ production servers, but it’s every bit as important as the components that are Approach the design, implementation, and maintenance of your ...
    August 10, 2011