Telerik blogs

Latest

  • Productivity Testing

    Rename Test Step Descriptions in WebUI Test Studio

    A frequent request we've heard from the testing community is to include the ability to rename test steps. I am pleased to report that the Q3 release of WebUI Test Studio now includes this functionality. Simply hover-over a step, click the pencil icon and edit away! Changes made to step descriptions will also be reflected in the Storyboard and Storyboard Export feature.    Tune into Telerik TV to see a video of Test Step Descriptions in action!
    November 16, 2010 1 min read
  • Productivity

    The OpenAccess SDK

    Say you want to take a quick glimpse of OpenAccess. Up to this point you had to download the trial version, then look at some articles and then at some more, maybe download an example, find some blogs, where is the documentation? With the Q3 release of OpenAccess we are introducing a solution – The OpenAccess SDK . This simple application will quickly become your favorite resource for all things OpenAccess. It will give you quick access to featured resource, videos, release notes, community blogs and of course a rich set of comprehensive examples providing real-life solutions to everyday problems. Now let’s have a...
    November 15, 2010 4 min read
  • Productivity

    Using a Coded Step to Verify a Treeview

    We have had some recent requests to provide an example of using a coded step in WebUI Test Studio. Additionally, we have had a few inquiries asking how to verify items in a tree view. This post should address both questions! The goal with this test is to use a data source to verify the contents of a tree view, the tree view I would like to verify contains (3) values, "Project", "Iteration 1" and "Iteration 2", see below image.  After creating a new test, the first thing I will do is utilize our local test data feature to create a ...
    November 13, 2010 1 min read
  • Productivity Testing

    Using WebUI Test Studio's Visual Debugger

    Telerik's Q3 release of WebUI Test Studio includes many new, exciting features that will further advance productivity by integrating features that allow for powerful script creation without the complexity found in most QA Automation Tools. In this article, I will cover off our Visual Debugger, an interactive widget that docks to the bottom of your web browser during test execution. The Visual Debugger widget not only displays information such as what step is currently being executed, but also provides an interface to pause your test execution. Once paused, you can replay the current step, execute your test step by step, or continue normal ...
    November 11, 2010 2 min read
  • Productivity Testing

    Q3 2010 - Creating Loops with WebUI Test Studio

    Telerik's WebUI Test Studio Q3 2010 release is almost here! In our previous blog post, we discussed how to create an If...Else statement with the upcoming Q3 release. Today, we will show you how to add a 'While...Loop' as well as a standard 'Loop'. Both 'Loops' can be accessed via the 'Logical' menu on the 'Add' Ribbon of the 'Record' tab, as shown below. Let's take a closer look at the While... loop first. When you select the 'While...Loop' option you will notice a new step is added to test explorer with a red dot next to it - this ...
    November 09, 2010 2 min read