Blog
Try now
  • Automating Innovation

    Tuesday, August 23, 2011 by Christopher Eyhorn | Comments 0

    The rise and impact of automated testing tools and technology

    The year was 1962 and the world was catching its first glimpse of the daring and colorful wonders that tomorrow might bring. It was a space-age vision of a technology-filled future – flying cars that could fold down into an attaché case, wisecracking robotic maids, and miraculous machines that could do anything from washing the dog to cooking a three-course gourmet meal, all at the touch of a button. It was a utopian society made cleaner, better, and more prosperous through the auspicious use of technology and automation.

    This description, ...

  • Telerik Automated Testing Tools Roadmap is Here

    Thursday, February 17, 2011 by Christopher Eyhorn | Comments 0

    It is hard to believe that January is already behind us as we dive deeper into 2011. For the testing tools we saw an amazing year of product growth and innovation and I would like to share with you some big announcements from the testing tools division for the upcoming year.

    The first big announcement is that we are going to have two major releases a year for Telerik automated testing tools in order to focus more on new product development and new feature development. The R1 release will be around the end of April and the R2 release will ...

  • Recording and Executing Tests in Silverlight Out-of-Browser with WebUI Test Studio

    Wednesday, August 11, 2010 by Christopher Eyhorn | Comments 0

    One of the great new features in the Q2 release of WebUI Test Studio is the ability to record and execute tests using Silverlight’s Out-of-Browser feature.  For more information about configuring your application for Out-of-Browser click here.  In this post we will look at how to configure and record your test in WebUI Test Studio and then execute.

    To get started first open WebUI Test Studio and create a new project and test.

    image 

    In order to configure a test for Silverlight Out-of-Browser recording, click on the “Out-of-Browser” option in the menu.

    image 

    After selecting the SLOOB button, you ...

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

    Tuesday, July 06, 2010 by Christopher Eyhorn | Comments 0

    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.

    image

    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 ...

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

    Thursday, July 01, 2010 by Christopher Eyhorn | Comments 1

    WebUI Test Studio comes with two options for test execution.  The first is the result of our tight integration with Visual Studio and uses MSTest.exe.  The second, and the subject of this post, is the built-in execution engine ArtOfTest.Runner.exe.  In this post we will look at all the command line options for the ArtOfTest.Runner.exe.  In Part 1 we will look at the two execution command line options as well as how to simplify working with the command prompt.  Part 2 will be dedicated to showing the flexibility of the execution engine by showing the results publishing options.

    The ArtOfTest.Runner.exe is ...

  • The power of the Dynamic Test List

    Monday, June 28, 2010 by Christopher Eyhorn | Comments 0

    The Test List is a great way to organize tests and get execution results summarized at the Test List level. WebUI Test Studio includes the standard “Static” Test List that allows you to add existing tests from your project, but there is a small maintenance penalty for using the static list because each time you add a new test to your project it must be added to one of the existing test lists.

    One of the underlying principals of WebUI Test Studio is to decrease the overall maintenance cost traditionally associated with automated testing.  Within the world of test lists ...

  • Execute your Test List with Windows Task Scheduler

    Thursday, June 24, 2010 by Christopher Eyhorn | Comments 5

    Automated testing can be broken into two parts from a process perspective.  First, there is the creation of the test in which you record all of your actions and verifications for a particular scenario.  Second, you execute your test on a frequent basis in order to find regressions in your application.  In this blog I will demonstrate a simple option for scheduling your tests for execution using a built in feature of Windows.

    For WebUI Test Studio users that do not want to use Team Foundation Server to schedule test list executions there is a great alternative already built into ...