I’ve been working with a client to enhance their SharePoint intranet system in order to improve user adoption. One of the key selling points of SharePoint is providing greater levels of accessibility to content. The primary method of making content accessible in SharePoint is Search and since Microsoft acquired FAST Search in 2008, the search […]
The integration testing is concerned with testing customisations within the context of CRM to ensure that the various components work together correctly. In my current work this is mostly related to custom plugins in CRM and custom integration with SharePoint. The key point is that with this type of testing I am not concerned with […]
Ideally the code being tested should not rely on external resources, where such dependencies exist they should be mocked to isolate the code being tested form the external system. In the case of plugins, this means that testing units of code should not require the code to have a connection to an actual instance of […]
I’ve decided to write a series of blog posts around automated testing in CRM2011. This is part 1, an overview of the types of tests I’m creating and the tools I’m using for creating and running the tests. Future posts will look at each of the types of tests in turn and look at how […]