• Tweet your Test Results from WebUI Test Studio

    Thursday, October 28, 2010 by Faris Sweis | Comments 3

    Q3 release for WebUI Test Studio (coming in few weeks) is jam packed with tons of new features. Many of these features are direct result of customer’s feedback. In Q3 we added Chrome support, test run scheduling, visual debugging and logical steps in the test explorer in addition to many more enhancements. For more details on these new features, please refer to the pre-release blog post here and make sure to sign-up for our Q3 release week webinar here.

    One of the other features that might not be visible to the eye in Q3 is our enhanced extensibility support ...

  • Free Testing Framework Webinar

    Monday, October 25, 2010 by Ivo Nedkov | Comments 1

    Telerik WebUI Test Studio Developer Edition comes with the powerful WebAii Framework which helps you easily automate AJAX and Silverlight applications. You can benefit from rich API, LINQ support, browser abstraction, and of course special wrappers for Telerik RadControls. Integration with various unit testing frameworks such as VS Unit testing, NUnit, MbUnit and XUnit is also available.

    Join us for this week's webinar on Telerik WebAii Testing Framework Coding Practices. The webinar is brought to you by our partners at Falafel Software.

    Wednesday, October 27th

    9:00AM - 10:30AM PDT

    Register Now

    Read More on Telerik Automated Testing Tools

  • Twitter Authentication with TweetSharp and WinForms

    Friday, October 08, 2010 by Robert Shoemate | Comments 1

    A few weeks ago, I decided to spend some more time experimenting with the Twitter API and TweetSharp. If you missed my last blog entry about it, you can access it here. Last time I focused on creating a simple UserControl for ASP.NET that displayed recent tweets. It didn’t require any authentication and was actually quite simple to implement. This time around, I wanted to create a RadControls for WinForms based application that retrieved information about my accounts followers. This type of information is unfortunately not publically accessible through the API. You actually need to authenticate and log ...

  • Techniques for Creating a Hierarchical RadGridView for WinForms

    Friday, October 08, 2010 by Robert Shoemate | Comments 7

    Update (10/8/2010): With the Q2 2010 release, a few things changed in RadGridView's API. Most notably, the MasterGridViewTemplate property has been deprecated and replaced with the MasterTemplate property. Due to this, and other changes, I've decided to update this blog entry to contain the latest available information.

    A while back, I posted a video on Telerik TV explaining the different techniques you can use to create a hierarchical RadGridView (Please note that the video was recorded prior to Q2, so there may be a few minor differences between the RadGridView in the video and the one that is currently ...

  • Displaying Incremental DateTime Values in the X-Axis of RadChart

    Tuesday, October 05, 2010 by Robert Shoemate | Comments 1

    One of RadChart’s most powerful features is its support for DataBinding. This means that as long as you correctly format your data source, you shouldn’t have to write any backend code to support the generation of the chart. Using a data source with a control as powerful and complex as the RadChart can unfortunately be somewhat confusing. In this post, I’ll shed some light on one of the scenarios you are sure to come accross, displaying incremental DateTime values from a data source in the X-Axis of RadChart.

    Setting Up the Data Source

    RadChart does not work directly with DateTime ...