Telerik blogs

Latest

  • Mobile

    Easy Custom Kendo UI Mobile Icons With Font Awesome

    Kendo UI Mobile ships with a great selection of icons. However, you are probably going to want to add your own. It's easy, and Font Awesome gives you over 361 additional icons to add to your arsenal. Here's how to integrate Font Awesome icons with Kendo UI Mobile.
    May 27, 2021 9 min read
  • Mobile

    Source Control Options With Icenium

    In this post Steve Tsokev discusses how you can use various git providers with Icenium, and hints at some big news we have coming very soon on Icenium and Visual Studio working together...
    May 27, 2021 2 min read
  • People

    You Want Me To Talk To Whom? DEVELOPERS?

    In a word, yes. It won’t be easy. You’ll need to learn new terminology. You’ll need to be patient. You’ll likely have to get a bunch of figures on your monitor. Why Collaborate? Why should testers and developers collaborate? It’s a perfectly legitimate question, particularly to those who’ve been in the software industry for a number of years and have seen the coming and going of any number of buzzword fads. Collaboration among members of a team producing software isn’t just a fad. The IT industry is finally moving away from stove piped, separated groups to a much healthier, more ...
    May 27, 2021 8 min read
  • Productivity

    3 plus 1 Awesome Features in TeamPulse You Probably Don’t Know About

    In the last release we made some major improvements in TeamPulse so it can provide smoother experience on mobile devices. Now it’s even easier to track your work from your iPad or your smartphone. TeamPulse on your tablet We have done a lot of performance and UX improvements for mobile device. As a result you now got a faster board and list view, better search, quick add and activity stream, and more. While you would experience those for yourself, we wanted to share with you some tips and tricks on how to make your life easier when working with TeamPulse ...
    May 27, 2021 2 min read
  • Productivity Testing

    30 Days of TDD: Day Four – Making Your First Test Pass

    In the previous post I discussed the tools I will be using in this series; Visual Studio 2013 Preview as my development environment, NUnit as my unit testing framework and JustCode as my test runner. I also introduced a requirement and wrote my first test to capture that basics of that requirement. In this post I’ll demonstrate one of the most important concepts about TDD by writing just enough code to make the first test pass. I’ll then add more tests to introduce more functionality to our library.
    May 27, 2021 17 min read
  • Productivity Testing

    How to Ensure You Are Doing Proper Acceptance Criteria Testing?

    The importance of requirements Requirements are the lifeblood of the project.  I need to establish first and foremost. Good, detailed requirements will carry the project team through to the end of a successful project more times than not.  And that’s a good thing because more projects actually fail than succeed.  However, weak or incomplete requirements will not – resulting in countless hours of rework, scope creep that can drive any project manager crazy trying to manage and maintain control over, and the potential for many change orders that will upset the most satisfied project customer quickly making them wish they had never brought their project needs to you in ...
    May 27, 2021 4 min read
  • Productivity Testing

    30 Days of TDD: Day Three – Your First Test

    In this post I will introduce you to JustCode and the NUnit testing framework. I’ll also demonstrate the basic TDD workflow from introduction of the first requirement all the way through to writing your first test. At the end of this post you will have a test based on a given requirement. In the next post we will work through the rest of the workflow and make the test pass.
    May 27, 2021 16 min read
  • Productivity Testing

    Load Testing Web Services

    Did you know that you can use Test Studio to load test your web services? This is probably one of our most asked-about new features. We want to make this feature a really great experience, so we're planning lots of improvements. Depending on your service, you can start load testing them right now! There are a few limitations to be aware of. Improvements to the Dynamic Variables system are coming. Until those arrive, if you need to use Dynamic Variables embedded in JSON or XML content, you are going to have wait. If not, you are able to start load ...
    May 27, 2021 2 min read
  • Productivity

    Using Telerik OpenAccess ORM with ServiceStack

    In this post we will guide you in using Telerik OpenAccess ORM together with ServiceStack to achieve a powerful and flexible Service-Oriented Architecture.
    May 27, 2021 2 min read
  • Productivity

    What Was I Thinking When I Named That?

    I was recently asked how automated tests should be named to reflect they were built using Test Studio. My response, hopefully not too blunt, was “Don’t.” Good naming conventions in software are critical. Code is read, re-read, re-re-read, and re-re-re-read 5,632 times more than it’s edited1. Readability is critical to maintaining and understanding our software. With that in mind, great names for classes, methods, variables, and tests are crucial! We need to ensure we’re able to quickly discern what the system’s behavior is, or what a particular test is covering. Good names are about intent, not implementation...
    May 27, 2021 3 min read