Telerik blogs

Latest

For the latest product updates, please visit Release.

  • 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...
    May 27, 2021 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...
    May 27, 2021 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. ...
    May 27, 2021 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 ...
    May 27, 2021 3 min read
  • Productivity Testing

    Using the new Image Verification feature

    With the release of Q2 (coming in couple of weeks), our WebUI Test Studio will enable customers to build image verifications against specific elements on their pages. Image verification can be used to verify exact visual matches for both HTML pages and Silverlight applications. To record an Image Verification step in WebUI Test Studio, follow the steps below: 1. On the recorder toolbar, enable the highlighting surface: 2.  Hover over the element on the page that you wish to visually verify. For this example, I have navigated to the google.com home page and I’m going to verify the Google logo ...
    May 27, 2021 3 min read