Blog posts

    Posts by by ClearPeople:

    Distributing iOS Enterprise Apps built with Xamarin

    The enterprise distribution program of Apple (In-House) is a fantastic way to create business mobile applications and distribute it based on business needs (on demand). However, the documentation about how to distribute the app through this method is scarce, especially if you've created it with Xamarin instead of Xcode.

    Yammer Tips - Part 2

    We're back to round off our Yammer tips this month. We found last month's article was greatly received and appreciated by many of our clients trying to engage their colleagues in the Yammer experience. As a result we're going to be highlighting useful tips and tricks for other Microsoft applications.

    Migrating a Hyper-V Virtual Machine to Azure

    In the last few weeks I’ve been working on a study of how easy or hard it would be to migrate a whole SharePoint farm built on Hyper-V Virtual Machines to Azure IaaS. I must begin with saying that I’m not an infrastructure expert, as in my daily work I’m focused on SharePoint development stuff, but I’ve played a bit with Azure in the past, and specially, managing Azure from PowerShell scripts, as I’m a PowerShell Script lover.

    Testing the Search Function

    ClearPeople's guide to testing your Search Function

     

    Software testing is a process that involves making sure the client’s requirements are satisfied and that a fully functional solution is delivered. To ensure that your testing validates the solution is working correctly and meets specification, it is vital that you determine what functionality you want to test, and how the solution should function before you begin.

    This is done through the use of test cases (or scenarios), so to get you started I would like to share with you some tips on what to think about when testing, using the example of a search tool.