Telerik blogs
  • Productivity Testing

    Don'ts in Software Testing

    Sounds like a book title, doesn’t it? No, I haven’t written a book on software testing. I’m on my way though, I just need fifteen or twenty years of Alan Page’s, Ken Johnston’s and BJ Rollisson’s experience and I’m ready to go with a new testing bible like the just announced “How We Test Software at Microsoft®”. Check out Alan’s and BJ’s posts on the subject here and here. I’m sure the authors, who lead the Microsoft testing division of about 8000 testers, have a lot to share, but I was also happy to see the post ...
    May 27, 2021 4 min read
  • Web ASP.NET AJAX

    Training courseware for ASP.NET AJAX

    Among all the big announcements we had over the past couple of weeks you might have missed that we now have a brand new 800-page training courseware for ASP.NET AJAX. This is a step-by-step tutorial that covers all RadControls from the very basics to the more advanced topics. The learning guide includes tons of how-to’s, tips and tricks, code samples and a real-life online exam application (called ActiveSkill) that you can build as you cover the chapters.   The courseware is available to everyone for free download from our website: PDF (51MB) PDF with all code samples and Visual ...
    November 17, 2008 1 min read
  • Productivity Testing

    The UI Automation Support Highest Requirements – UIA Verify Tool Update with Preconditions Failure

    Overall, we got quite good impression from the UIA Verify tool, I wrote about last week. Yet, there is an issue that provoked me to download the source and modify the tool behavior. As a tester, I believe the automated tests should pass only when you get the full test running through all the actions and verifications. The original UIA Verify though marks as passed all the tests which preconditions are not met. That doesn’t help much if you need to verify all the scenarios pass successfully, does it? I’ve modified the source so now the failed preconditions cause test ...
    May 27, 2021 1 min read
  • Productivity Reporting

    UI Automation Support in RadControls for Silverlight Q3 2008

    The new release of RadControls for Microsoft Silverlight is out with a couple of new controls and tons of improvements in the old components. In case you’ve missed, the new demos are uploaded and available here. You may need to delete your browser cache if you still don’t see the new cool home page:     Along with the other improvements, the UI Automation support in Silverlight controls suite is greatly enhanced. Now the following components (I’ve ordered them alphabetically) officially support UI Automation: - ComboBox/ComboBoxItem - Expander - Menu/MenuItem - NumericUpDown - PanelBar/PanelBarItem - ProgressBar - Slider...
    May 27, 2021 1 min read
  • Productivity Testing

    Testing RadControls for ASP.NET Ajax with Watir – How easy it is

    Today was my first attempt at writing tests for RadControls with Watir and was surprised how easy it is. I found over the internet a good article on how to test ASP.NET applications using Watir and also referred to the Hristo Deshev’s blog post about Automating Complex JavaScript-rich Controls with Watir. If you use the approach described in it and create a watir_telerik_extensions.rb file, you will be able to create tests very quickly. See below a few tests about RadMenu, RadComboBox and RadTreeView which I have created in minutes: 1. This is a RadComboBox test which opens the drop down ...
    May 27, 2021 2 min read