Telerik blogs

Latest

  • Productivity Testing

    Test Studio And HTML Frames

    Frames are not well liked it seems. Digging around the web I find that lot of people consider using frames very poor practice. Now I'm not a web developer so I really wouldn't know about that. But what I can tell you is that automating frames can be tricky. There's some things you'll need to know if you want to save yourself a lot of frustration. And here we go (all this stuff is in the context of Test Studio):  You need to find Frames before you can use them Frames contains objects. If you want to automate ...
    October 25, 2012 3 min read
  • Productivity

    Explore the new JustTrace features. You will be surprised!

    Our 2012 Q3 release is in the books, and now that we have a moment to reflect on what we have accomplished with JustTrace, we are very proud of how much JustTrace has grown in just four short months. The highlights for this release include the completely new user interface and the massive improvement to the user experience when doing performance profiling. Overall user interface speed and responsiveness have been dramatically improved, making JustTrace much nicer to use. The new UI is very streamlined; even first-comers will have no trouble navigating from the starting hub through the New Profiling Session page and dive straight...
    October 23, 2012 2 min read
  • Productivity

    Save Your Visual Studio Settings in the Cloud

    It has always been a tedious job to set up your Visual Studio settings when you change machines or companies, create a new Virtual Machine with Visual Studio to test something, or reinstall your Visual Studio. Now, using the Visual Studio Setting in the Cloud feature of Telerik JustCode you can synchronize your Visual Studio settings between every machine with Visual Studio and JustCode installed. By using this feature you’ll be able to: Save and download all or a selection of your Visual Studio settings Create and store a Visual Studio settings backup in the cloud and restore as needed Automatically download your Visual Studio...
    October 22, 2012 5 min read
  • Productivity

    How to Create a JustCode Extension

    I wrote about creating JustCode extensions when it was a new feature, and we have improved it based upon our experiences and your feedback. To get started, open the Create New Project dialog and navigate to the Telerik options under Installed. Select C# Visual Studio JustCode Extension. The previous project type, C# JustCode extension, is still available for backwards compatibility. Give your new extensions project a name, choose the location, then press OK. A project is created based on our new template. It has several example extensions included to help guide you. The difference with the old approach is that instead of building...
    October 17, 2012 2 min read