Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Productivity Testing

    New Video: Automating Silverlight Popups

    I’ve just posted up a new video on Telerik TV to help folks working in Silverlight understand how to automate tests around popup child windows: Automating Silverlight Popup Child Windows with Test Studio Make sure to view the video in HD for best clarity! About the author Jim Holmes Jim Holmes has around 25 years IT experience. He is co-author of "Windows Developer Power Tools" and Chief Cat Herder of the CodeMash Conference. He's a blogger and evangelist for Telerik’s Test Studio, an awesome set of tools to help teams deliver better software. Find him as @aJimHolmes on Twitter.
    May 27, 2021 1 min read
  • Productivity Testing

    Using Test Oracles to Ensure Your Tests’ True Validity

    Raise your hand if something similar to this has ever happened to you: You write a functional test that uses your system’s UI to create a user. You automate navigating to the proper screen, you get all the right values filled in, the Submit button gets clicked, and you do a check for the “User created!” message. You run the test a couple times to make sure everything’s working smoothly. Things look good, so you check it in to source control, where it gets wrapped in to your regular automation runs. Shortly after a new bug gets filed stating newly ...
    May 27, 2021 4 min read
  • Productivity Testing

    Video of my Selenium Talk from Rocky Mountain Ruby Posted

    Back in late August/early September I spoke at the Rocky Mountain Ruby conference in Boulder, Colorado. My talk was about lessons learned dealing with large functional test suites over my career. For example, at a previous job I ran a team that got up to 9,000 Selenium tests scattered across roughly 850 test fixtures. I’ve had similar experiences working on other projects too. The talk was videotaped and is now up on the Confreaks video hosting site: Surviving Growing from Zero to 15,000 Selenium Tests. Yes, the talk’s title is wrong. I goofed when submitting it. The fundamentals I ...
    May 27, 2021 2 min read
  • Productivity Testing

    Wrapping Performance Testing Introduction: What to Monitor (Plus Learning Resources)

    In this final post of my performance testing series I’ll help you figure out where to start, then pass on a few resources I’ve found extremely helpful in my own efforts. What do I Monitor? Figuring out which metrics, measurements, and counters to monitor can be extremely daunting—there are hundreds of individual counters in Performance Monitor alone! In most cases you don’t need anywhere near the entire set of metrics. A few counters will give us all the information you generally need for starting your performance testing work. Most performance testing gurus will tell you just a few items will ...
    May 27, 2021 2 min read
  • Productivity Testing

    Not Every Test Should be Automated!

    Updated: I realized that I didn’t make it clear I was writing this post from a vendor’s viewpoint! My choices of what to automate below are based on the view of a tester working on the team for this component—the creators of this control. You, as a consumer, should rarely, rarely ever automate third party controls or components. You may need some high-level test to ensure custom functionality works correctly, but your value is much better focused on testing your own software. Don’t invest in automating Google, Telerik, or other commercial products. -------- When you’re working with automation, choosing what ...
    May 27, 2021 3 min read