1 / 9

ALM for SharePoint

ALM for SharePoint. Chicago Visual Studio ALM User Group July 18, 2012. About Me. Solutions Architect Developer Hockey fan http://www.schaeflein.net/blog. What is “ALM for SharePoint”?. Developing SharePoint components Continuous Integration Assembly versioning Testing Deployment

oded
Télécharger la présentation

ALM for SharePoint

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ALM for SharePoint Chicago Visual Studio ALM User Group July 18, 2012

  2. About Me Solutions ArchitectDeveloper Hockey fan http://www.schaeflein.net/blog

  3. What is “ALM for SharePoint”? • Developing SharePoint components • Continuous Integration • Assembly versioning • Testing • Deployment • Upgrade

  4. Developing SharePoint Components • Please consult your Solution Architect

  5. Continuous Integration • Typical tasks • FxCop • Sandcastle • Code Analysis • Unit Tests • Coded UI Tests • SharePoint-specific tasks • http://blogs.msdn.com/b/sharepointdev/archive/2011/08/25/creating-your-first-tfs-build-process-for-sharepoint-projects.aspx • Install NetFx 3.5 • SPDisposeCheck • Packaging • Deployment

  6. Assembly Versioning • Understand how SharePoint loads components • Assembly version numbers • Global Assembly Cache (GAC) • Binding Re-directs • Assembly File version

  7. Testing • Unit tests • Refer to Microsoft patterns and practices SharePoint Guidance Library for SharePoint 2010 • http://msdn.microsoft.com/en-us/library/ff798466 • Coded UI tests • No SharePoint specific functionality – just testing web pages

  8. Deployment • Deploy via PowerShell • Need to consider: • Current state of SharePoint • Delete Site Collection? Remove user permissions? • Deployment tasks • Add solution • Deploy solution • Wait for deployment job • Activate Feature(s)

  9. Upgrade • Feature Upgrade meant to upgrade existing components only

More Related