Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Testing

    Telerik WebUI Test Studio Q2 2010 webinar tomorrow

    We have announced the Q2 release last week and as usual we are hosting online events to present the new features throughout all Telerik product lines. The webinar for Telerik WebUI Test Studio is tomorrow (Friday, July 23rd) @ 11AM EDT.  Register now - the webinar is not only free but also during the live event attendees will have the chance to win a Telerik Ultimate Collection license (valued at $1999) We are excited about all the great new features we have introduced in WebUI Test Studio. We will be glad to show you all the cool demos and get ...
    July 22, 2010 1 min read
  • Productivity Testing

    Unit testing LINQ to SQL

    Unit testing LINQ to SQL repositories can be very challenging. Unit testing such requires faking hard to mock classes and requires simulation to return your custom data for a particular LINQ statement. In this post, i will show how you can mock your LINQ repositories easily without much digging in. As,  i was goggling [my start page is bing, its a matter of time when i will be bing-ing :-)] around, found a nice post by Ronnie Holm, where he shows how to unit test a  LINQ to SQL repository. I will follow his trail and use some of the codes...
    July 20, 2010 2 min read
  • Productivity Testing

    The WebUI Test Studio Q2 2010 Release is Available for Download!

    The new major version of Telerik automated testing tools is now available for download from the client accounts. The Q2 2010 release improves the Silverlight automation support adding features like: · Silverlight Out-of-Browser automation · ChildWindow and popup automation solution · Virtualized controls handling · Enhancements in the Silverlight controls wrappers and translators and many more! With this release we also introduce numerous valuable features like: · Image verification with options to refine the comparison area and add tolerance · Exporting the test storyboard in order to generate documentation from the automated tests · Connect to an existing browser instance...
    July 15, 2010 3 min read
  • Productivity Testing

    Generating Documentation from Automated Tests

    In Q2, we enabled a great feature in WebUI Test Studio that many customers have been asking for: The ability to export an automated test case including storyboard images into a document format that can be published/printed or sent to others. Before going into how to generate such documentation in WebUI Test Studio, I would like to take a moment and talk a little about some of the usage scenarios for this feature. Document your test scenarios in a format that can be easily shared with your teammates to help review and communicate test coverage. Document your application business requirements. ...
    July 13, 2010 2 min read
  • Productivity Testing

    A look under the hood at WebUI Test Studio's Execution Engine (Part 2 of 2)

    In Part 1 we looked at how we can use WebUI Test Studio’s Execution engine to execute tests either using an individual test or a group of test within a test list.  In Part 2, we are going to look at how we can take the results of our execution and publish them to a non-default location. Let’s take a look at the first two options for results publishing, out=[folder path] and root=[folder path]. The out=[folder path] option allows us to copy our results file to any directory on our computer.  For example, let’s say that we multiple projects ...
    July 07, 2010 3 min read