The latest official release of RadControls for Windows Phone (Q3 2013) has just landed and we are really excited about what's in it. It’s been almost a year since we decided that providing you with the latest and greatest tools for cloud application development must be our top priority. Staying true to this commitment, we've included tons of new cloud-related functionality and of course…more. This release introduces support for Windows Azure in the Cloud Data Synchronization component; a brand new cloud dev center app which allows developers to handle all the feedback from their application users and schedule notifications; a new cloud component called CloudCalendar; support for social login (Facebook, Google and LiveID) in the CloudLogin component; and Pinterest-like layout in DataBoundListBox.
In this post, Jim Cowart walks through how to create a certificate request in the Icenium Extension for Visual Studio - covering the steps necessary both inside Visual Studio and also in the Apple iOS Developer website.
This week we have lots of new load testing content in the Test Studio documentation. To help you use Test Studio's load testing features to their full potential, we have created three new knowledge base articles on designing your load tests. The Load Testing Strategies article describes four of the most common load test types, and how to start designing them in Test Studio. Our Selecting Load Traffic page describes some general principles to use in choosing the user profile traffic to capture or import into your Test Studio load test. And in the Profiling Your Application KB article, ...
Iva Koevska explains how to create custom Cordova Plugins that are compatible with the "Plugman" spec - an essential part of writing custom plugins that are compatible with Icenium.
The last couple posts have seen us using basic Stubs to mock out the functionality a class that our code under test is dependent on. We focused on dealing with an external resource and being able to replicate enough of that resources functionality to satisfy our test. In this post I’ll introduce a new, simple test case. Over this and the next post you’ll see that not all “simple” test cases are so simple.