Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Testing

    First Look at Testing a Kendo UI Data Grid

    Telerik's Kendo UI provides a number of easy-to-use, flexible controls — or widgets — for developers working with HTML5 and jQuery. You've probably been using websites and applications built with Kendo UI already - Test Studio's new recording engine uses some of the Kendo UI control set. As a tester, you're likely more interested in how to use Test Studio than how it was built, and this is the first of a series of posts for you. One of the first Kendo UI widgets I used is the Data Grid (you can find my example code on GitHub, if you're so inclined). ...
    October 29, 2013
  • Productivity Testing

    Load Testing in Test Studio 2013 R2

    Web applications are a lot more complicated these days than even a few years ago.  We don’t hear a lot these days about Web services as a development technology, but virtually every Web application that uses commonly provided services will access those service via traditional Web services technology.  If your Web application reports on the weather, or provides a stock market update, you are using a Web service.  A Web service uses HTTP, but it runs the SOAP, REST, or similar protocol over that.  And if your stock market updates are slow or accumulating timeout errors, chances are you are ...
    October 28, 2013
  • Productivity Testing

    30 Days of TDD – Day 17 – Specifying Order of Execution in Mocks

    We’ll continue developing our e-commerce application today by looking closer at how we will utilize the Order Fulfillment service. This service is provided by a third party and the API requires an ordered set of calls to be executed. In this post I’ll show you how your mocks can enforce this rule and let you know when your test violate it.
    October 25, 2013
  • Productivity Testing

    30 Days of TDD – Day 16 – Using Specific Parameters in Stubs

    In a previous post we created a relatively simple stub to stand in for our OrderDataService. Our current stub is setup to return a canned result without worrying too much about what the value of our input parameter is. There are cases where a mock like this acceptable, but in most cases you’ll find that you want to have a specific response for a specific parameter. Luckily that’s not very difficult and today we will create a stub with that exact ability.
    October 23, 2013
  • Productivity Testing

    30 Days of TDD – Day 15 - “Simple” Does Not Always Mean “Obvious” Pt. 2

    In the last post we wrote what should have been a simple test. But in this case we’ll see how sometimes simple tests can be a little more complicated that we anticipate.
    October 21, 2013