Telerik blogs

Latest

  • Productivity Testing

    Introducing JustMock Free Edition

    [Cross posted from .NET Musings] Technorati Tags: mocking,.NET,Testing,TDD,BDD,JustMock,Telerik Today Telerik launched a free edition of it’s commercial mocking tool, JustMock Free Edition.  The commercial version of JustMock has been out now for a while, and brings incredible power to the table, such as mocking sealed and static classes, non-public members and types, as well as many more features.  For more information on the commercial version of JustMock, see  http://www.telerik.com/products/mocking.aspx. I do a lot of testing.  I am addicted to TDD/BDD, and can’t live without a mocking tool. The new (or “greenfield”) code that I develop is based on interfaces, SOLID, etc., and I don’t always...
    May 27, 2021 3 min read
  • Productivity Testing

    Automated Testing Tools Q3 2010 Service Pack Release

    We are pleased to announce the release of our QA Automation Software's official service pack release. This release contains enhancements and updates to our official Q3 release. Updated areas include Licensing, HTML Automation, Silverlight Automation, Command Line Execution, Execution Engine, Test Scheduling, Test Explorer, DOM Explorer, Data Binding, RadControl for ASP.NET AJAX & Silverlight Wrapper and much more, click here to see the detailed release notes. Login to your Telerik account and navigate to the Automated Testing section to get your update today.
    May 27, 2021 1 min read
  • Productivity

    Telerik Takes Advantage of the Open Data Protocol (OData)

    Telerik, being the pioneer in supporting emerging technologies, not only provides native direct connectivity to the OData protocol in its UI products, but also offers several systems which expose their data using the OData protocol. The Open Data Protocol is a data exchange protocol by Microsoft that enables data transactions to be carried over standard web protocols (HTTP, Atom, and JSON) for querying and updating data. OData is being used to expose and access information from a variety of sources, including but not limited to relational databases, file systems, content management systems, and traditional web sites. The Telerik's OData support extends...
    May 27, 2021 1 min read
  • Productivity Reporting

    Connecting Telerik Reports to XML Data with the ObjectDataSource

    Often times, you’ll need to store data from your application in XML files. Well, what if you want to report on this data… it’s not in a database, so how do you do it? I’m happy to say that you can easily report on XML data through the use of the ObjectDataSource component provided with Telerik Reporting. In this blog entry, we’ll take a look at how this can be accomplished. Working with XML Data For this example, I’ve generated some XML data in advance using this helpful data generation website. <Accounts>      <Account>         ...
    May 27, 2021 3 min read
  • Productivity Testing

    How To: Invoke a Mouse Hover Over Event

    Invoking a mouse action can come in handy, especially in navigation menus that use hover-over fly-out sub-menus. To get started, select the hover-over highlighting tool from the recording toolbar which is docked to Internet Explorer. Next, select the element on which you would like to invoke the hover over mouse action on, stay hovered, then click the blue bubble. The WebUI Element Menu is now displayed, note the icons highlighted below, these are used to invoke 'Javascript Events' and 'Mouse Actions', select 'Mouse Actions'
    May 27, 2021 1 min read