Telerik blogs
  • Release

    Telerik CAB Enabling Kit Beta1 Available

    Hi All, As this is my first post in the Telerik Blogs I will take the opportunity to introduce myself - my name is Iordan Pavlov, I’m the lead developer of the Telerik CAB Enabling Kit (TCEK for short). As of today I will be posting interesting news and tips on the Telerik CAB Enabling Kit. For those of you that can’t wait to get their hands on the first TCEK beta bits, I am glad to inform you that Beta1 is available for immediate download. We hope you will like TCEK and find it useful. You should also have in mind...
    August 23, 2007
  • Productivity Testing

    ASP.NET Web Control Performance Test in Selenium

    Since Selenium has been designed as a browser-oriented tool, load/performance tests definitely aren’t among its strong points. With the help of Selenium Remote Control  one can make precise performance test in his/her preferred language (executing number of opening page steps for example and calculating the average time), but I will limit this post in a really simple example test based entirely on Selenium Core. I’ve used RadGrid as a complex Web Control to check whether its execution time exceeds over an accepted period. What the Selenium Core test needs is just a result available for verification. So adding the ...
    August 20, 2007
  • Release

    Q2 skinning

    I thought I should drop a line to let you know about our plans for changes in the common skins of the Asp.Net product line. For the upcoming Q2 release this September we are planning to refresh the default look of our controls, discontinue development of two common skins, and add two new common skins in their place. Default Skin Refreshed The current default skin (the look of the components when you drop them from the toolbox; browse a preview of all current common skins here) has served well, but the time has come for a fresher look. While we wanted...
    August 15, 2007
  • Web

    XhtmlPage: What does it do?

    Have you ever been working with the Telerik Quickstart examples and wondered why all of the demo pages inherit from XhtmlPage instead of System.Web.UI.Page? Even if you guess that this custom base page somehow ensures that all rendered demo pages are XHTML valid, have you ever wondered how the base page manages to deliver that functionality? In this post, we’ll take a close look at the XhtmlPage class and see what it’s doing to deliver easy XHTML validity. The lessons learned from this class can easily be applied to your own custom page classes and used to make your web...
    August 14, 2007
  • 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
  • Release

    Telerik CAB Enabling Kit Beta1 Available

    Hi All, As this is my first post in the Telerik Blogs I will take the opportunity to introduce myself - my name is Iordan Pavlov, I’m the lead developer of the Telerik CAB Enabling Kit (TCEK for short). As of today I will be posting interesting news and tips on the Telerik CAB Enabling Kit. For those of you that can’t wait to get their hands on the first TCEK beta bits, I am glad to inform you that Beta1 is available for immediate download. We hope you will like TCEK and find it useful. You should also have in mind...
    August 23, 2007
  • Productivity Testing

    ASP.NET Web Control Performance Test in Selenium

    Since Selenium has been designed as a browser-oriented tool, load/performance tests definitely aren’t among its strong points. With the help of Selenium Remote Control  one can make precise performance test in his/her preferred language (executing number of opening page steps for example and calculating the average time), but I will limit this post in a really simple example test based entirely on Selenium Core. I’ve used RadGrid as a complex Web Control to check whether its execution time exceeds over an accepted period. What the Selenium Core test needs is just a result available for verification. So adding the ...
    August 20, 2007
  • Release

    Q2 skinning

    I thought I should drop a line to let you know about our plans for changes in the common skins of the Asp.Net product line. For the upcoming Q2 release this September we are planning to refresh the default look of our controls, discontinue development of two common skins, and add two new common skins in their place. Default Skin Refreshed The current default skin (the look of the components when you drop them from the toolbox; browse a preview of all current common skins here) has served well, but the time has come for a fresher look. While we wanted...
    August 15, 2007
  • Web

    XhtmlPage: What does it do?

    Have you ever been working with the Telerik Quickstart examples and wondered why all of the demo pages inherit from XhtmlPage instead of System.Web.UI.Page? Even if you guess that this custom base page somehow ensures that all rendered demo pages are XHTML valid, have you ever wondered how the base page manages to deliver that functionality? In this post, we’ll take a close look at the XhtmlPage class and see what it’s doing to deliver easy XHTML validity. The lessons learned from this class can easily be applied to your own custom page classes and used to make your web...
    August 14, 2007
  • 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