Telerik blogs
  • Productivity Testing

    Automated Testing Tools News: Knowledgebase is now live!

    I am very pleased to announce the introduction of the new WebUI Test Studio Support Knowledgebase. Our support engineer's have been hard at work adding valuable content. Some of the new article topics include: Troubleshooting Misaligned Element Highlighting Creating a Scheduling Server Manually Activating your WebUI Test Studio License Repeating Actions for Multiple Users with Login (using the Test As Step feature) Many more to come! We encourage you to bookmark this site and check back often - it will be a great resource for all things WebUI!
    December 27, 2010
  • Productivity Testing

    Sequential and Recursive Mocking with JustMock Free Edition

    [Cross Posted from http://www.skimedic.com/blog] Sequential Mocking One of the trickiest types of code to mock out for testing is recursive methods.  In a typical recursion, the same method is called multiple times, and each time there are typically different parameters passed in, and different return values.  To easily handle this, JustMock gives you two options: Adding InSequence() to each arrange Chaining Returns() calls together. To illustrate the first option, look at the following test: [Test] public void Show_Sequential_InSequence_Arrange_Option() { var service = Mock.Create<IService>(); Mock.Arrange(() => service.GetSum(Arg.AnyInt, Arg.AnyInt)) .Returns(4).InSequence(); Mock.Arrange(()...
    December 25, 2010
  • Release

    Introducing RadDomainDataSource for Silverlight

    am happy to announce that we have added a new data control to our Silverlight portfolio with one of our latest internal builds. The control will have its official premiere with the upcoming 2010 Q3 Service Pack 1, which is expected in early January. With the release of this service pack you will get access to all of RadDomainDataSource online examples. Since the first version of RadDomainDataSource is now 100% feature complete and has already passed QA, we have decided that we might as well share it with you as a small Christmas present. RadDomainDataSource is a Silverlight control that provides the missing...
    December 24, 2010
  • People

    The .NET Ninja Coming to Town for the Holidays

    This year we at Telerik wanted to come up with a special way to spread the holiday spirit and send our best wishes to our customers. We just couldn’t think of a better way to wish you joyful holidays than to do it through our favorite .NET Ninja, but this time – his holiday edition.  Check out this cool holiday card, customize the Holiday Ninja, write what you want to get for the holidays and share it with your friends on Facebook and Twitter! We hope you get what you wanted this year! Happy Holidays from Telerik!...
    December 22, 2010
  • People

    Free Agile Development and Testing Training in Pune, India

    In early 2011 Telerik is heading to India again, this time to organize its own 1-day event in Pune, India. The free seminar on Agile Development and Testing will take place on January 18 (9am-5pm) at the Mahratta Chamber of Commerce in Pune. The training day will be split in two sessions that will respectively cover implementing your own Agile development processes and Agile testing. If you are a developer/development manager using the Microsoft .NET platform or you are interested in learning how to make your testing efforts more efficient, than make sure to show up on Tuesday, January 18...
    December 22, 2010
  • Productivity Testing

    Automated Testing Tools News: Knowledgebase is now live!

    I am very pleased to announce the introduction of the new WebUI Test Studio Support Knowledgebase. Our support engineer's have been hard at work adding valuable content. Some of the new article topics include: Troubleshooting Misaligned Element Highlighting Creating a Scheduling Server Manually Activating your WebUI Test Studio License Repeating Actions for Multiple Users with Login (using the Test As Step feature) Many more to come! We encourage you to bookmark this site and check back often - it will be a great resource for all things WebUI!
    December 27, 2010
  • Productivity Testing

    Sequential and Recursive Mocking with JustMock Free Edition

    [Cross Posted from http://www.skimedic.com/blog] Sequential Mocking One of the trickiest types of code to mock out for testing is recursive methods.  In a typical recursion, the same method is called multiple times, and each time there are typically different parameters passed in, and different return values.  To easily handle this, JustMock gives you two options: Adding InSequence() to each arrange Chaining Returns() calls together. To illustrate the first option, look at the following test: [Test] public void Show_Sequential_InSequence_Arrange_Option() { var service = Mock.Create<IService>(); Mock.Arrange(() => service.GetSum(Arg.AnyInt, Arg.AnyInt)) .Returns(4).InSequence(); Mock.Arrange(()...
    December 25, 2010
  • Release

    Introducing RadDomainDataSource for Silverlight

    am happy to announce that we have added a new data control to our Silverlight portfolio with one of our latest internal builds. The control will have its official premiere with the upcoming 2010 Q3 Service Pack 1, which is expected in early January. With the release of this service pack you will get access to all of RadDomainDataSource online examples. Since the first version of RadDomainDataSource is now 100% feature complete and has already passed QA, we have decided that we might as well share it with you as a small Christmas present. RadDomainDataSource is a Silverlight control that provides the missing...
    December 24, 2010
  • People

    The .NET Ninja Coming to Town for the Holidays

    This year we at Telerik wanted to come up with a special way to spread the holiday spirit and send our best wishes to our customers. We just couldn’t think of a better way to wish you joyful holidays than to do it through our favorite .NET Ninja, but this time – his holiday edition.  Check out this cool holiday card, customize the Holiday Ninja, write what you want to get for the holidays and share it with your friends on Facebook and Twitter! We hope you get what you wanted this year! Happy Holidays from Telerik!...
    December 22, 2010
  • People

    Free Agile Development and Testing Training in Pune, India

    In early 2011 Telerik is heading to India again, this time to organize its own 1-day event in Pune, India. The free seminar on Agile Development and Testing will take place on January 18 (9am-5pm) at the Mahratta Chamber of Commerce in Pune. The training day will be split in two sessions that will respectively cover implementing your own Agile development processes and Agile testing. If you are a developer/development manager using the Microsoft .NET platform or you are interested in learning how to make your testing efforts more efficient, than make sure to show up on Tuesday, January 18...
    December 22, 2010