Category Archives for "SharePoint"

UI Testing SharePoint

UI Testing SharePointAs part of an on-going series of ‘Testing SharePoint‘ we intend to share some of what we have learnt when trying to automate the testing of a SharePoint add-on called DocRead. These posts will specifically cover functional and integration testing – not unit testing (which is worth a whole conversation on it’s own). To get […]

Read more

What are your favourite SharePoint 2013 Features?

Private: What are your favourite SharePoint 2013 Features?SharePoint 2013 has shipped and it’s now main stream. We’d love to hear what your favourite 2013 features are, so please add them! Also vote up the killer ones and why not embed the list to see if we can make it one awesome resource! Favourite SharePoint 2013 features?

Read more

Updating SPWeb.RootFolder.WelcomePage not working!

Updating SPWeb.RootFolder.WelcomePage not working!I was recently trying to programmatically set the default (welcome) page of a team site, but my changes weren’t taking effect. As it turns out, this code: contextWeb.RootFolder.WelcomePage = rootFolder.Name + “/” + wikiFileName; contextWeb.RootFolder.Update(); Needs to be changed to work with a local copy of an SPFolder. I haven’t used reflector […]

Read more

Issues with using SharePoint 2010 for Records Management

Issues with using SharePoint 2010 for Records ManagementAlthough SharePoint 2010 has improved as a record management solution it still introduces challenges to organizations that are heavily regulated by governments and governing bodies. For example, in the UK the Freedom of Information Act 2000 resulted in a working ‘Code or Practice’ governing how records need to […]

Read more
1 7 8 9