Telerik blogs

Latest

  • Productivity

    Telerik OpenAccess ORM - It's all about the speed

    An object relational mapper is about developer productivity, about the ability to quickly and easily make changes to your model, about integrated change tracking, caching and moving to other databases easily. It is also about speed. In this blog post I will try to explain the most common questions about OpenAccess in regards to performance and how you can improve it. The OpenAccessContext When using OpenAccess you always start with a type that derives from OpenAccessContext. Creating an instance of that type is a lightweight operation, typically in the order of a dictionary lookup. Then you execute your first LINQ query, and...
    May 27, 2021 4 min read
  • Productivity Testing

    Testing Framework Documentation

    Or, in the vernacular, “Dude! Where are my .CHMs?” In order to streamline the Test Studio installers, we’re no longer delivering the Telerik Testing Framework standalone help files bundled in with the download. Instead of a 100MB or larger download, we’re at 52MB – that’s a really nice improvement! This only impacts teams that are working directly with the Testing Framework or are leveraging coded steps or tests within Test Studio Standalone or Express. In those cases you’ll still be able to find the complete API reference straight from the Online User Guide section of the Help tab: Click there ...
    May 27, 2021 1 min read
  • Productivity

    JustCode and Jasmine (BDD JavaScript testing framework) play together

    With every new release of JustCode we at Telerik are committed to providing you with the best tool for writing better, faster and error free code with ease. That of course includes testing it. With the latest and greatest version of JustCode we added support for two of the widely and most commonly used JavaScript testing frameworks out there - Jasmine and QUnit. In this post we will cover the support for Jasmine BDD JavaScript tests in JustCode. Industry first Jasmine support Jasmine is a behavior-driven development framework for testing your JavaScript code. For more information and details about the framework please visit Jasmine official site....
    May 27, 2021 4 min read
  • Productivity

    Dealing With Setup Actions and Baseline Datasets

    Many tests need some form of setup action or data before you get rolling in to the test. In a good functional test you want that setup action abstracted away from the UI—having your browser run around creating setup data is slow and brittle! For example, a test retrieving a user from a system shouldn’t first drive the system around to create that user. The action of creating the user for the real portion of the test should fall to some sort of a backing API. That API might call a web service, stored procedure, or even a command line utility. ...
    May 27, 2021 4 min read
  • Productivity

    Good Ol’ Visual Aid With a Twist in JustCode

    Along with the brand new goodies coming with the latest release of Telerik JustCode, i.e. support for QUnit and Jasmine JavaScript testing frameworks, opening the API to the public, All Types Code Completion (a.k.a. JustCode IntelliSense), etc., there comes a major overhaul of an old friend of ours – the Visual Aid, or lovingly shortened to VA. The main part of the rework there is in the direction of behavior configurability. Thus, a stand-alone VA settings page is brought to life in the Visual Features menu of JustCode options dialog. The old settings are still there. "Show visual aid tag" option will show/hide the...
    May 27, 2021 3 min read