Telerik blogs

Latest

  • Productivity

    Using Encrypted Connection Strings with Telerik OpenAccess ORM

    This article demonstrates how you can use encrypted connection strings with Telerik OpenAccess ORM within your web applications.
    April 03, 2013 2 min read
  • Productivity

    Understanding .NET Garbage Collection

    Learn more about memory management and the inner workings of .NET Garbage Collection.
    April 02, 2013 3 min read
  • Productivity Debugging

    Configuring Firefox for Fiddler

    Mozilla Firefox is unlike most Windows browsers in that it does not use the system’s proxy and certificate settings by default. That means that Firefox may require some additional configuration to work properly with Fiddler.To get Firefox running with Fiddler, you need to:Configure Firefox to proxy its traffic to Fiddler.Configure Firefox to trust Fiddler’s root certificate.Fortunately, both of these are simple tasks.Configuring the ProxyFirefox’s proxy settings are found by opening its Tools menu, clicking the Options item, and opening the Advanced settings. Select the Network tab. At the top of the tab, click the ...
    April 02, 2013 4 min read
  • Productivity Debugging

    Configuring Firefox for Fiddler

    Mozilla Firefox is unlike most Windows browsers in that it does not use the system’s proxy and certificate settings by default. That means that Firefox may require some additional configuration to work properly with Fiddler...
    April 01, 2013 4 min read
  • Productivity

    Working with Visual Studio: Write Code Where Needed - Part 1

    Every test automation project will require some level of coding to be successful. Test Studio’s record and playback creates powerful, maintainable tests, but you’ll still need to write code at some point to cover common, critical aspects such as configuration, backing APIs, or test oracles. Setup and Teardown/Configuration Complex tests require clear, flexible configuration actions that keep the overall test suite maintainable over the long run. Pushing setup, teardown, and configuration to code versus the system’s interface dramatically speeds up test execution by leveraging the system’s own internal functionality through internal APIs, web service endpoints, or database stored procedures. Here are some common ...
    April 01, 2013 3 min read