Telerik blogs

Latest

  • 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
  • Productivity Testing

    Q3 2010 - Creating If...Else Statements with WebUI Test Studio

    WebUI Test Studio's Q3 release is just days away! With the upcoming release, you will have the ability to create conditional logic in your test automation without writing a single line of code. We have included  IF...ELSE statements, WHILE...LOOP statements, and the ability to LOOP a series of steps n number of times. In WebUI Test Studio QA Edition, all 3 Logical Test Step options can be accessed via the 'Add' Ribbon on the 'Record' tab as seen below. Now, let's take a closer look at the If...Else statement. When you first select the If...Else option you will notice 2 ...
    November 08, 2010 2 min read