69
Imaginet Presents Upgrading to TFS 2012: What You Need to Know! Dave McKinstry, ALM Practice Manager Imaginet and ALM: Efficiently Build Better Software

Upgrading to TFS 2012: What You Need to Know!

Embed Size (px)

Citation preview

Page 1: Upgrading to TFS 2012: What You Need to Know!

Imaginet Presents

Upgrading to TFS 2012: What You Need to Know!

Dave McKinstry, ALM Practice Manager

Imaginet and ALM: Efficiently Build Better Software

Page 2: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 3: Upgrading to TFS 2012: What You Need to Know!

FEEDBACK

Project Portfolio• Ideas• Business

Priorities• Funding• Project

Selection

Definition• Elicitation• Requirements• Validation• Planning

Development• Design• Develop• Test

Operate• Release• Monitor• Support

Retire

Yesterday’s View of the Application Lifecycle

Page 4: Upgrading to TFS 2012: What You Need to Know!

Initial Project Portfolio Retire

Recognizing the Iterative Nature of Applications

Define• Requirements• Validation• Prioritization• Release Plan

Develop• Iteration Plan• Develop• Test

Operate• Monitor• Support• Upgrade

Plan

WorkDonePlan

WorkDone

Plan

WorkDone

Plan

WorkDone

Plan

WorkDone

Page 5: Upgrading to TFS 2012: What You Need to Know!

ALM Capabilities in Visual Studio 2010

Define• Requirements• Validation• Prioritization• Release Plan

Develop• Iteration Plan• Develop• Test

Operate• Monitor• Support• Upgrade

OperateDeployment to feedback

DevelopIdea to working software

DefineIdeation

• Requirements Management• Basic Agile Planning• Project Server Integration

• Basic Agile Management• Reporting• Version Control• Branch Visualization• Continuous Integration• Gated Check In• Unit Testing

• Test Planning• Test Case Management• Bug Tracking (Rich)• Automated UI Testing• Lab Management• IntelliTrace• Load Testing

Page 6: Upgrading to TFS 2012: What You Need to Know!

Opportunities from Visual Studio 2010 ALM

Define• Requirements• Validation• Prioritization• Release Plan

Develop• Iteration Plan• Develop• Test

Operate• Monitor• Support• Upgrade

Can’t Get Actionable Feedback

Can’t Reproduce Production Incident

MisunderstoodRequirements

ConflictingPriorities

OperateDeployment to feedback

DevelopIdea to working software

WorkInterruptions

Unmet userexpectations

DefineIdeation

Page 7: Upgrading to TFS 2012: What You Need to Know!

New ALM Capabilities in Visual Studio 2012

Define• Requirements• Validation• Prioritization• Release Plan

Develop• Iteration Plan• Develop• Test

Operate• Monitor• Support• Upgrade

DefineIdeation

OperateDeployment to feedback

DevelopIdea to working software

• PowerPoint Storyboarding• Agile Planning

• Suspend & Resume• Code Reviews• Feedback Collection• Unit Testing• Exploratory Testing• Continuous Integrations• Continuous Deployments

• SCOM Integration• IntelliTrace in Production• PreEmptive Analytics

Page 8: Upgrading to TFS 2012: What You Need to Know!

ULTIMATE

Team Explorer

Everywhere

Extensibility

SharePoint

Project Server

System Center

Premium

Professional

TestProfessional

TEAMFOUNDATION

SERVER Lab Management

Office

Web Access

Windows Azure

Version Control Test Case Management

RequirementsManagement

Build Automation

ProjectManagement

Reporting

Visual Studio 2012 TFS

Page 9: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 10: Upgrading to TFS 2012: What You Need to Know!

Managing the Product Backlog

• Accessed from the Team Project Web Access

• Shows a single view of the current backlog of work

• Dynamically re-ordered and group

• Enable Product Owner to quickly prioritize work and outline dependencies and relationships

Velocity progress

Easily drag ’n drop to prioritize tasks

Page 11: Upgrading to TFS 2012: What You Need to Know!

StoryBoard Assistant Tool

• Tighter loop between the Business Stakeholders and Development Team

• Graphical design tools built in PowerPoint

• Embed other content including context slides

• Capture screen shots and create lightweight animations

• Store common elements within a shape library

• Create master templates to simplify multiple similar views

• Get feedback to others– Email, print and version control the

document– leverage collaborative tools– leverage web viewing tools

Page 12: Upgrading to TFS 2012: What You Need to Know!

Sprint Planning Tool Capacity & Sprint Burndown

• The enhanced work item management tools in Team Web Access

• Tool pre-populates required data

• Streamlines the association and update process.

• Effectively allocate work balancing load with available capacity

• Real-time feedback on the updates to the plan

Burndown progress

Team capacity at a glance

Page 13: Upgrading to TFS 2012: What You Need to Know!

Task Board in Team Web Access

Burndown progress

Easily move tasks around

• Updates the status of work items visually

Page 14: Upgrading to TFS 2012: What You Need to Know!

Task Board Burndown

Page 15: Upgrading to TFS 2012: What You Need to Know!

DEMO

• Team Web Access

• Agile Management

• Storyboarding

Page 16: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 17: Upgrading to TFS 2012: What You Need to Know!

Team Explorer: My Work

• Associate work packages– Associate work items with

activities– All changes are

automatically associated with those work items

• Easily suspend/resume– Suspend active work– Perform other work– Resume work when ready

• Easily request / respond to code reviews

• Other Team Explorer efficiency changes…

Page 18: Upgrading to TFS 2012: What You Need to Know!

Unit Testing Runner

New Test Runner:• Tests run in background• Run automatically on build• Support for multiple unit

testing frameworks:– MS Test– xUnit– nUnit– And More!

• Deep integration in the IDE• Supports native C++ code• Multiple run options

– Failed Tests– Not-run Tests– All Tests

• Easy code coverage access

Page 19: Upgrading to TFS 2012: What You Need to Know!

Integrated Code Review

• Provides feedback from other team members

• Shared knowledge across team

• Code reviews can be set as a quality gate

• Source changes highlighted and comments about the changes.

Page 20: Upgrading to TFS 2012: What You Need to Know!

Code Clone Detection

• Reviews common code blocks exposing refactoring opportunities

• Detect code blocks with common structure and approach

• Search is semantic, not just literal

• Detects ‘copy and paste’ errors

• Detects code fragments with a common logical structure

• Review common code and decide how to proceed

Page 21: Upgrading to TFS 2012: What You Need to Know!

DEMO

• Team Web Access

• Agile Management

• Storyboarding

Page 22: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 23: Upgrading to TFS 2012: What You Need to Know!

Request Feedback

• Requested via team web access

• Specify who will receive the email request

• Specify how to access the target application:– Web application– Remote machine– Client application

• Provide one or more focus areas for the feedback

Page 24: Upgrading to TFS 2012: What You Need to Know!

Accessing the Feedback Client

Page 25: Upgrading to TFS 2012: What You Need to Know!

Using the Feedback Client

Page 26: Upgrading to TFS 2012: What You Need to Know!

Exploratory Testing

Easily view previous sessions

Create new exploration

sessions

Page 27: Upgrading to TFS 2012: What You Need to Know!

DEMO

• Team Web Access

• Agile Management

• Storyboarding

Page 28: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 29: Upgrading to TFS 2012: What You Need to Know!

What is IntelliTrace?

+ =

Application Instrumentation Log File

Without IntelliTrace

+ ==

IntelliTrace • Record• Playback• Rewind

IntelliTrace

Page 30: Upgrading to TFS 2012: What You Need to Know!

IntelliTrace In Production

• PowerShell commands

• Historical Debugger

• Full collection options

• View requests and exceptions

• Shows all events and calls

Page 31: Upgrading to TFS 2012: What You Need to Know!

System Center & TFS Integration

• Capture application issues in production

• Actionable workflow between development and operations

• Operations leveraging System Center to pass data to the development team

• Integrated IntelliTrace infrastructure used for historical debugging

• Fully integrated with TFS work items

Page 32: Upgrading to TFS 2012: What You Need to Know!

Visual Studio 2012 EditionsFeature Professional Premium Ultimate Test Pro

IntelliTrace™ X

Profiling X X X

Graphics Debugging X X X

Code Coverage X X

Code Clone X X

Blend for VS X X X

Code Review X X

Architecture Tools X

Storyboarding X X X

Feedback Manager X X X

Backlog Mgmt. X X X

Sprint Planning X X X

Manual Testing X X X

Load Testing X

Coded UI Tests X X

Lab Management X X X

Unit Testing X X X

Fakes * *

Page 33: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 34: Upgrading to TFS 2012: What You Need to Know!

How do you get there?

• Upgrade?

• Migration?

• Coexistence?

• Iterative adoption?

• Instantaneous adoption?

• Education?

• Pilots? Testing?

Page 35: Upgrading to TFS 2012: What You Need to Know!

• Servers– O/S?

• 2003? 2008? R2?• 32-bit? 64-bit?

– SQL Server• 2005? 2008? R2?

– SharePoint• WSS? SF? MOSS? 2010?

– TFS • 2005? 2008? 2010?• Lab Management?

– Project Server?– Customizations?

Where are you today?

• Client Tools– O/S?– Visual Studio

• VB6 and other legacy?• VS .NET, 2003?• VS 2005, 2008?• VS 2010?• MTM?

– Eclipse?– Other IDEs?– Third-Party Tools?– Customizations?

Page 36: Upgrading to TFS 2012: What You Need to Know!

Compatibility

• SxS Client Tools?

• File compatibility?

• Additional tools?

• Process Templates?

• Reports?

• How you work?

?

Page 37: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 38: Upgrading to TFS 2012: What You Need to Know!

Requirements for Visual Studio 2012

• Supported operating systems:– Windows 7 (x86 and x64)– Windows 8 (x86 and x64)– Windows Server 2008 R2 (x64)– Windows Server 2012 (x64)

• Supported architectures:– 32-bit (x86)– 64-bit (x64)

• Hardware requirements:– 1.6 GHz or faster processor– 1 GB of RAM (1.5 GB if running on a virtual machine)– 10 GB (NTFS) of available hard disk space– 5400 RPM hard drive– DirectX 9-capable video card running at 1024 x 768 or higher display

resolution

Page 39: Upgrading to TFS 2012: What You Need to Know!

Visual Studio SxS

• Visual Studio 2012:– Install along side older Visual Studio

versions– General project compatibilityA with Visual

Studio 2010 SP1– Platform targeting

• Managed code can target Windows XP and Windows Server 2003 with Visual Studio 2010 SxS, targeting .NET 4.0 or earlier

• Team Explorer 2012 can…– Connect to TFS 2012– Connect to TFS 2010B

A Solutions and projects can generally be opened in VS 2012 without breaking compatibility with VS 2010. There are some exceptions (e.g., Database projects).

B Reduced functionality when connecting to earlier versions of TFS.

Page 40: Upgrading to TFS 2012: What You Need to Know!

Project Compatibility

• Compatible with 2010 SP1:– Blend– C#/VB Silverlight 4 or 5– C#/VB Webforms– C#/VB Winforms– Coded UI test– Modeling– SharePoint 2010– Unit tests– Visual Studio 2010 web– VS 2010 SSDT– WCF– WPF– MPI/Cluster Debugging– SSRS

• Upgrade required– SharePoint 2007– MVC 2– Rich Internet Applications

Based on October 2012 MSDN Documentation

• Yes, With Limitations:– Visual Studio 2010

Database (.dbproj)– SQL Server 2008 R2 Express– SQL Server Report Project– Visual C++ – Visual Studio Lab

Management

• Other:– SQL Server CE 3.5 (After

upgrade to SQL Server CE 4.0)

– Office 2007 VSTO (Upgrade to Office 2010 /.NET 4)

– MVC framework (For compatible MVC versions)

– MPI/Cluster Debugging (For compatible versions)

– Office 2010 VSTO (.NET 4)

• No (Deprecated):– MSI setup (.vdproj)– Visual Studio macros– Windows Mobile– Windows Phone– SharePoint 2007

• No:– BizTalk 2010 R2– Cloud tools– F#– LightSwitch– Rich Internet

Applications– Visual Studio SDK/VSIX– SQL Server Express

LocalDB

Page 41: Upgrading to TFS 2012: What You Need to Know!

Visual Studio and TFS 2012

• Connectivity to TFS 2012:• Visual Studio 2012 (Native support)

• Visual Studio 2010– Requires SP1 and TFS 2012 Compatibility GDR

• Visual Studio 2008– Requires SP1 and TFS 2012 Compatibility GDR

• Visual Studio 2005 and earlier– No support expected– Consider the MSSCCI provider

Page 42: Upgrading to TFS 2012: What You Need to Know!

Microsoft Test Manager

• Compatible across MTM and TFS versions:– Test Plans– Test Case work items– Test Runs– Work item queries

• Incompatible:– MTM 2012 and TFS 2010

• Lab Management• Test Results (additional tab)• Exploratory Testing• Windows Store app testing

– MTM 2010 and TFS 2012• Lab Management (environments and templates)

Page 43: Upgrading to TFS 2012: What You Need to Know!

Cross Platform

• Team Explorer Everywhere (TEE) 2012:– Connect to TFS 2012– Connect to TFS 2010*– Connect to TFS 2008*– Connect to TFS 2005*

• TEE 2012 supports 3.4 - 3.8• TEE 2010 SP1 supports 3.2 - 3.6• TEE 2010 supports Eclipse 3.0 - 3.5

* Reduced functionality when connecting to earlier versions of TFS.

Page 44: Upgrading to TFS 2012: What You Need to Know!

Beyond Visual Studio

• Third party tools and integration…– Some VS/TFS 2010 tools will work as is. – Some VS/TFS 2010 must be upgraded.– Some VS/TFS 2010 will not work.

• New versions of some common tools are available:– Team Foundation Power Tools– MSSCCI Provider

• Not using Visual Studio or Eclipse?– Team Explorer on Windows or TEE cross-platform– Some compatibility via bridges: TFS/SVN or TFS/GIT– Web access

Page 45: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 46: Upgrading to TFS 2012: What You Need to Know!

TFS 2012 Prerequisites

Operating System:• 64-Bit server

– Windows Server 2008 SP2– Windows Server 2008 R2 SP1– Windows Server 2012

• 32-bit or 64-bit client– Windows 7 SP1– Windows 8

Database Requirements:• SQL Server 2008 R2• SQL Server 2012• Express (basic installation)• Standard or Enterprise Edition

for Reporting

SharePoint Requirements:• SharePoint Foundation 2010• SharePoint Server 2010 (Enterprise

or Standard)• MOSS 2007 (Enterprise or

Standard)• Windows SharePoint Services 3.0

Project Server Requirements:• Project Server 2010 SP1• Project Server 2007 SP2 with SQL

Server 2005 or 2008

TFS Requirements (Upgrade):• TFS 2008 SP1• TFS 2010 RTM or SP1

Page 47: Upgrading to TFS 2012: What You Need to Know!

General Upgrade Process

• In-Place Upgrade:• Verify the upgrade before the upgrade.• Take care of prerequisites!• Make sure you have backups!• Uninstall TFS 2010• Install TFS 2012• Configure TFS 2012 as an “Upgrade”• Post-Installation cleanup• Verify and release the upgrade into production!

Alternatively, you can migrate to a new server!

Page 48: Upgrading to TFS 2012: What You Need to Know!

Configuring the Upgrade

Page 49: Upgrading to TFS 2012: What You Need to Know!

Enabling Web Features

• Browse to Web Access• Access your project• View Backlog• Configure Upgrades• Move forward with TFS 2012!

Page 50: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 51: Upgrading to TFS 2012: What You Need to Know!

Migration from where?

• ALM:– TFS (older versions)– Rational Team Concert– Other…

• Version Control:– Visual Source Safe– IBM ClearCase– CVS– MKS– Subversion– Perforce– StarTeam– Vault– Other…

• Work Tracking:– HP ALM (Quality Center)– IBM ClearQuest– Other…

• Automated Build:– CC.NET– FinalBuild– Bamboo– Hudson– NAnt– Ant– Other…

• Testing:– HP ALM (Quality Center)– Other…

Page 52: Upgrading to TFS 2012: What You Need to Know!

Migration Options for ALM

• TFS Hardware Migration– Upgrade to 2008 SP1 or later– Restore backups of TFS databases on new servers– Perform aforementioned upgrade steps– Retire original server

• Non-TFS ALM Migration– Migrate per individual subsystems

Page 53: Upgrading to TFS 2012: What You Need to Know!

Version Control Migration

• “Tips” Migration– Low fidelity– Works with everything– Opportunity to clean up

• Timely Migration™– High fidelity– Subversion– StarTeam– CVS– TFS

• TFS Integration Platform

– Subversion– ClearCase– Custom

• VSS Converter

• Bridges– SVN Bridge– GIT TFS

• Roll-your-own

Page 54: Upgrading to TFS 2012: What You Need to Know!

Work Tracking and Test Case Migration

• Manual– Retype– Excel

• Scrat– Quality Center to TFS– Support Requirements, Bugs, Test Cases and Attachments

• Test Case Migrator Plus– Supports link type: Parent/Child, Related, Tests/Tested By– Supports Requirements, Test Cases, and Bugs– Frequently used with Excel as an intermediary

• HP Quality Center Synchronizer– Bugs only – not currently support TFS 2012

• Scripting / Roll-your-own

Page 55: Upgrading to TFS 2012: What You Need to Know!

Test Runs, Automated Builds, Reports, …

• Rebuild from scratch

• Roll-your own

:-(

Page 56: Upgrading to TFS 2012: What You Need to Know!

Agenda

• Overview:– “ALM” in 2012– Visual Studio 2012

• New ALM Features– Agile Management– Developer Productivity– Feedback and testing– DevOps– Features by Edition

• Planning Your Upgrade– Client-side Upgrade– Server-side Upgrade– Migration Options– Next Steps

• Summary

Page 57: Upgrading to TFS 2012: What You Need to Know!

What next?

• Plan– Understand your environment– Understand timing and risks– Define your destination

• Leverage Experience– Build it internally

• Read / Study• Practice• Verify

– Hire/buy experience

• Execute!

Page 58: Upgrading to TFS 2012: What You Need to Know!

Summary

Answering some questions…

• What is Visual Studio 2012 “ALM”?

• What are some of the compelling new features?

• What should you consider when planning for Visual Studio 2012?

• What about for TFS 2012?

• What approach will you use when you upgrade?

Page 59: Upgrading to TFS 2012: What You Need to Know!

Questions?

Page 60: Upgrading to TFS 2012: What You Need to Know!

Want to know more...?

Page 61: Upgrading to TFS 2012: What You Need to Know!

Imaginet’s New Blog Keeps You In The Know

http://blog.imaginet.com

Stay up to speed on the latest news from Imaginet, Microsoft, Visual Studio, and the entire software development world.

Page 62: Upgrading to TFS 2012: What You Need to Know!

More Webcasts on ALM / TFS / Visual Studio 2012

• Upgrading to TFS 2012: What You Need to Know!• February 21 (1:00-2:30pm CT)

• Getting Started With Coded UI testing: Building Your First Automated Test• February 28 (1:00-2:30pm CT)

Upcoming ALM Workshops & Webcasts:

• Lean, Kanban, and TFS • March 7 (1:00-2:30pm CT)• March 21 (1:00-2:30pm CT)

• Using Lean and Kanban to Revolutionize Your Organization• March 11 (1:00-2:00pm CT)

• The newest of the new with Visual Studio and TFS 2012• March 14 (1:00-2:30pm CT)• March 28 (1:00-2:30pm CT)

Page 63: Upgrading to TFS 2012: What You Need to Know!

For attendees of today’s session that fill out the survey

FREE Imaginet On DemandWeb Training Subscription Offer

Complete our Post-Webcast survey, and receive 1 free Imaginet On Demand web training subscription, good for 1 person for 1 month!! The survey will be emailed to you immediately after this webcast is over.

What is Imaginet On Demand? Imaginet is proud to announce our newest web-based training program called Imaginet On Demand, your source for the best Application Lifecycle Management (ALM) training on the internet. Imaginet On Demand is a subscription-based training program centric to the Visual Studio ALM tools, including Visual Studio, Team Foundation Server (TFS), Microsoft Test Manager, and Microsoft Visual Studio Lab Management. Learn the new tools of Visual Studio at your pace, from wherever you want. It's that simple!

Page 64: Upgrading to TFS 2012: What You Need to Know!

Free Services from Imaginet & Microsoft

There are a number of different Microsoft Programs that you might be able to leverage to get some free services from Imaginet:

• Deployment Planning Services (DPS) – You can trade in your Microsoft Software Assurance credits to receive some free TFS/ALM Deployment Planning Services days with Imaginet

• Partner Services Credit (PSC) – Have you or are you about to spend money with Microsoft on Visual Studio 2012 products? If so, Microsoft may kick in some funding to help you successfully adopt.

• Virtual Technical Specialist (VTS) hours –You may be eligible to receive some free remote consulting/training hours with Imaginet through the Microsoft Virtual Technical Specialist program.

For more information, email [email protected].

Page 65: Upgrading to TFS 2012: What You Need to Know!

ALM Planning & Implementation ServicesALM Planning • ALM Assessment & Envisioning Workshops

(3 or 5 days)• VS & TFS Migration Planning Workshop (5

days)• TFS Deployment Planning* (5 days)• Visual SourceSafe to TFS Migration

Planning* (3 Days)• Visual Studio Quality Tools Deployment

Planning* (5 days)

Upgrade• TFS 2010 Adoption Quick Start (5 or 10

days)• TFS 2012 Adoption Quick Start (5 or 10

days)• TFS 2010 Upgrade Quick Start (10 days)• TFS 2012 Upgrade Quick Start (10 days)

Remote Support• Remote Support for TFS & Visual Studio

Lab• Visual Studio Lab Management Quick Start

(10 days)

Testing• Manual Testing with Test Manager Quick

Start (5 days)• Visual Studio Testing Tools Quick Start (10

days)• Visual Studio Automated Testing Quick Start

(5 days)• Visual Studio Load Testing Quick Start (5 or

10 Days)

Builds• Automated Build & Release Management

Quick Start (5 days)• Automated Build Center of Excellence (CoE)

Database• Visual Studio Database Tools Quick Start (10

days)

Integrations• Team Foundation Server (TFS) & Project

Server Integration Quick Start (10 days)• TFS & Quality Center Integration/Migration

Quick Start (10 days)

Page 66: Upgrading to TFS 2012: What You Need to Know!

Top Gun Academy Training Classes

• Other Imaginet Training Classes– ALM

• Microsoft Visual Studio & TFS 2012 – Skills Upgrade (2 days)• Overview Training with Microsoft Visual Studio 2012 ALM Tools (4 days)• Overview Training with Microsoft Visual Studio 2010 ALM Tools (4 days)• Testers Training with Microsoft Visual Studio 2012 ALM Tools (4 days)• Testers Training with Microsoft Visual Studio 2010 ALM Tools (4 days)• Developers Training with Microsoft Visual Studio 2012 ALM Tools (4 days)• Developers Training with Microsoft Visual Studio 2010 ALM Tools (4 days)• Imaginet On Demand Online Web Training

– Scrum/Kanban• Professional Scrum Foundations (PSF) (2 days)• Professional Scrum Master (PSM) (2 days)• Professional Scrum Developer (PSD) (5 days)• Professional Scrum Master (PSM) Using Microsoft ALM (3 days)• Accredited Core Kanban Using Microsoft ALM (3 days)To register or for more information, please visit our website here:

http://www.imaginet.com/ or contact us: [email protected]

Page 67: Upgrading to TFS 2012: What You Need to Know!

Upcoming Class – Tester Training with VS 2012

This four-day instructor-led course provides students with the knowledge and skills to use the latest testing tools provided by Visual Studio 2012 to support a variety of different testing needs (manual and automated).

Date: March 11-15, 2013Location: Dallas (Irving, TX)Price: $2375/student

Registration link will be included in our follow-up email later today!

Testers Training Using Visual Studio 2012 ALM Tools

(4 Days Class)

Page 68: Upgrading to TFS 2012: What You Need to Know!

For questions or more information,please contact us at:

[email protected] or (972)607-4830

Remember to add http://blog.imaginet.com to your favorite reader!

Page 69: Upgrading to TFS 2012: What You Need to Know!

http://www.imaginet.com