Telerik blogs

Latest

  • Productivity Testing

    Pressing keys simulation in Selenium, RadInput on fire

    Have you thought whether it’s easy to automate tests, simulating key pressing?  How is this handled in a browser-oriented tool like Selenium? Fortunately Selenium provides API for keyDown/Up and keyPress as well as a command to fire any event, which triggers correspondingly “on”-handler (of course - “fireEvent”). On the other hand the “type” command just sets the value of an input field, so that one can set new value of the input element without the need to fire any event. What if we need to see how a control behaves in case of some specific user input, though? An input ...
    August 12, 2007 2 min read
  • Productivity Testing

    Selenium IE performance issues; Tests optimization

    As started in my previous post Selenium supports XPath expressions, which is actually one of the most commonly used DOM element location strategies. Unfortunately people complain about slower tests in IE (the problem is explained in details and discussed here) because of the XPath as well as of some failing tests in IE, created for example with Selenium IDE in Firefox. These are due to the fact that Selenium includes external library in order to support XPath in IE too and Firefox supports it internally. So in other words, Selenium XPath support definitely differs in IE ...
    July 17, 2007 3 min read
  • Productivity Testing

    Selenium Scripts for RadControls; Firebug and XPath Support

    How do you, guys, use Selenium to test your RadControls? That question is really my favorite! It has been asked by our customers and I would like to answer it with this post. Actually I've been closely watching Selenium forums for the past several months. People often think using Selenium is difficult but I would disagree. This reference explains the basics of writing Selenium tests. It seems people identify easily which command to use. However, most people experience difficulties getting a proper locator. Should the respective element contain an ID its locating is trivial, but what should we ...
    July 10, 2007 3 min read
  • Productivity

    Visual Studio island in Second Life

    It looks like Microsoft is investing in Second Life and soon several events will take place on the Visual Studio island they're building.This news isn't sensational but I like the idea.A...
    June 29, 2007 1 min read
  • Productivity

    Be an Editor for a day (or more)

    (Cross posted from Telerik Watch)Have you ever wanted to be an editor? Well now is your chance. New forums have been created on Telerik.com dedicated to collecting your feedback on all of Telerik's documentation (including the recently released 600+ page Learning Guide). We know that a big part of your experience with the RadControls is in the documentation and we are committed to making that experience best in class. Even though some of our documentation has already won awards for quality, we won't stop improving until all of your questions are thoroughly answered (which it probably never...right?).Start your new role as an "official community editor" by visiting one...
    May 08, 2007 1 min read