SlideShare una empresa de Scribd logo
1 de 63
Descargar para leer sin conexión
Planning and Tracking Projects with VSTS 2010 By Ahmed Nasr 1
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 2
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 3
Project Management Enable our process, your process, no process Value propositions Customize to your process Excel reports Simplified warehouse Relational warehouse Excel reporting Easier to share Richer dashboards MOSS support Web parts
Project Management, continued Value propositions Rich traceability Hierarchy Custom work item links Link queryability Better SCRUM support Agile workbooks Simplified template New guidance Scalable TFS Basic Cross project reporting 5
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 6
Demo  Scrum Planning with TFS 2010
8 Updating Tasks Multiple interfaces for updating work items
9 UpdatingTasks Team Explorer
10 UpdatingTasks Iteration Backlog workbook
11 UpdatingTasks Team Project portal
12 UpdatingTasks
13 TrackingProgress Burndown chart tracks remaining and completed work
14 TrackingProgress
15 TrackingProgress
16 TrackingProgress Detailed sprint progress is tracked on the project portal The burndown shows the team on track… And almost half of the tasks remain open But the team hasn’t closed any of the three stories…
17 TrackingProgress The Scrummaster opens an issue to track the problem the portal has identified
18 TrackingProgress The issue is opened and tracked in TFS
19 TrackingProgress Rich set of reports track progress
20 Retrospective Capture retrospectives using the Team wiki on the Project Portal Sample documents are provided as a guide
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 21
22 Traceability for MSF Agile 5.0 User Story Tests/Tested By Parent/Child Related Test Bug Task Change Sets Code Coverage Change Sets Code
23 Traceability for MSF CMMI 5.0 Change Request Affects/ Affected By User Story Requirement Tests/Tested By Parent/Child Related Predecessor/ Successor Test Bug Task Change Sets Code Coverage Change Sets Code
24 Link Topology Types Network Directed Network Dependency Tree
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 25
Excel Reporting Demo
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 27
Dashboard: SharePoint Server Are we making progress on running test plans? How are our builds doing over time? Are we fixing bugs? What’s the quality of our bug fixes?
Dashboard: SharePoint Server Are we getting enough coverage? How many lines of code are we churning? Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Chart now shows Active and Resolved bugs Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Standard Excel chart so properties can easily be modified Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server I can now publish the updates back to my dashboard Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reload the workbook to clear Excel Services cache so that the updates show up immediately Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
Dashboard: SharePoint Server My dashboard shows active and resolved bugs now - that was easy! Reporting in 2010 | Custom reports | Making transparency work
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 49
50 Relational Reporting Reporting against relational warehouse is supported! … instead of this -- MDX -- SELECT {                 [Measures].[DateValue],                 [Measures].[Work Item Count] } ON COLUMNS, {                 CrossJoin(                                 [Date Range],                                 [Work Item].[System_State].[System_State]                 ) } ON ROWS FROM ( SELECT                 CrossJoin(                                                 StrToSet(@AreaParam),                                                 StrToSet(@IterationParam),                                                 StrToSet(@StateParam),                                                 StrToSet(@PriorityParam),                                                 StrToSet(@SeverityParam)                 ) ON COLUMNS                 FROM [Team System] ) -- SQL-- SELECT     history.[System_Id] AS ID, MAX(history.[System_ChangedDate]) AS Latest 		FROM       @Hierarchy hierarchy INNER JOIN [WorkItemHistoryView] history ON hierarchy.ID = history.[System_Id] 		WHERE     (history.[System_ChangedDate]< @ChangeDate) 		GROUP BY history.[System_Id] Write this…
51 Relational Reporting What’s supported? ,[object Object]
There are a set of helper views – view names that don’t start with ‘v’ E.g. CurrentWorkItemView.
All Table-Valued FunctionsWhat’s not? Tables starting with ‘_’ and views starting with ‘v’ are only for system use i.e. subject to change in future release
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 52
Tools and reports Business Intelligence Development Studio (BIDS) Complex RS report Power Report Builder ,[object Object]
Upload to team project reporting site that you can subscribe toExcel ,[object Object]
Shared with team on SharePoint Server dashboardLearning curve
What kind of reports can I build using these tools? Individual current or trend charts Excel
What kind of reports can I build using these tools? Multiple charts showing data in a single RS report Report Builder
What kind of reports can I build using these tools? Business Intelligence Development Studio (BIDS) Complex RS reports with custom visualization
Reporting Out of the Box - Summary Dashboards Sharepoint WSS Sharepoint Office Server System Reports Create Excel Report from Query Ad-Hoc Excel Reporting SQL Report Designer SQL BI Studio Data Availability Data Warehouse (MDX, Excel Reporting) Relational Warehouse (SQL) Extensibility Layer to Import External Data into Warehouse
Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 58
59 VisualStudio 2010

Más contenido relacionado

La actualidad más candente

SQL Server Reporting Services
SQL Server Reporting ServicesSQL Server Reporting Services
SQL Server Reporting ServicesAhmed Elbaz
 
Tony Von Gusmann & MS BI
Tony Von Gusmann & MS BITony Von Gusmann & MS BI
Tony Von Gusmann & MS BIvongusmann
 
SQL Server 2016 SSRS and BI
SQL Server 2016 SSRS and BISQL Server 2016 SSRS and BI
SQL Server 2016 SSRS and BIMSDEVMTL
 
Workflows in SharePoint 2013: Architecture #spsbe
Workflows in SharePoint 2013: Architecture#spsbeWorkflows in SharePoint 2013: Architecture#spsbe
Workflows in SharePoint 2013: Architecture #spsbeSpikes NV
 
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBuilding Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBrian Culver
 
Using workflows in share point 2010
Using workflows in share point 2010Using workflows in share point 2010
Using workflows in share point 2010amitvasu
 
Office Add-Ins
Office Add-InsOffice Add-Ins
Office Add-InsSpikes NV
 
Project Portfolio
Project PortfolioProject Portfolio
Project PortfolioArthur Chan
 
Ca 10 G1 John Buickerood Portfolio
Ca 10 G1 John Buickerood PortfolioCa 10 G1 John Buickerood Portfolio
Ca 10 G1 John Buickerood PortfolioJohn_Buickerood
 
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsSharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsBrian Culver
 
SharePoint Saturday Workflow in Action
SharePoint Saturday Workflow in ActionSharePoint Saturday Workflow in Action
SharePoint Saturday Workflow in ActionElaine Van Bergen
 
SolidQ Summit 2018 - Report Server: Nuevos mutantes
SolidQ Summit 2018 - Report Server: Nuevos mutantesSolidQ Summit 2018 - Report Server: Nuevos mutantes
SolidQ Summit 2018 - Report Server: Nuevos mutantesSolidQ
 
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...johnny_shredder
 
SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2K2
 
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...Lucas Jellema
 
Brochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and AnalyticsBrochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and AnalyticsLac Viet Computing Corporation
 

La actualidad más candente (19)

SQL Server Reporting Services
SQL Server Reporting ServicesSQL Server Reporting Services
SQL Server Reporting Services
 
Tony Von Gusmann & MS BI
Tony Von Gusmann & MS BITony Von Gusmann & MS BI
Tony Von Gusmann & MS BI
 
Princeton SPUG BI-Data Visualization
Princeton SPUG BI-Data VisualizationPrinceton SPUG BI-Data Visualization
Princeton SPUG BI-Data Visualization
 
SQL Server 2016 SSRS and BI
SQL Server 2016 SSRS and BISQL Server 2016 SSRS and BI
SQL Server 2016 SSRS and BI
 
Workflows in SharePoint 2013: Architecture #spsbe
Workflows in SharePoint 2013: Architecture#spsbeWorkflows in SharePoint 2013: Architecture#spsbe
Workflows in SharePoint 2013: Architecture #spsbe
 
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDCBuilding Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
Building Scalable SharePoint 2013 Workflows - WF101 - SPFestDC
 
Using workflows in share point 2010
Using workflows in share point 2010Using workflows in share point 2010
Using workflows in share point 2010
 
Office Add-Ins
Office Add-InsOffice Add-Ins
Office Add-Ins
 
Project Portfolio
Project PortfolioProject Portfolio
Project Portfolio
 
Ca 10 G1 John Buickerood Portfolio
Ca 10 G1 John Buickerood PortfolioCa 10 G1 John Buickerood Portfolio
Ca 10 G1 John Buickerood Portfolio
 
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 WorkflowsSharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
SharePoint Saturday Kansas City 2015 - Build scalable SharePoint 2013 Workflows
 
SharePoint Saturday Workflow in Action
SharePoint Saturday Workflow in ActionSharePoint Saturday Workflow in Action
SharePoint Saturday Workflow in Action
 
SolidQ Summit 2018 - Report Server: Nuevos mutantes
SolidQ Summit 2018 - Report Server: Nuevos mutantesSolidQ Summit 2018 - Report Server: Nuevos mutantes
SolidQ Summit 2018 - Report Server: Nuevos mutantes
 
See Beyond the Numbers: Data Visualization in SharePoint
See Beyond the Numbers: Data Visualization in SharePointSee Beyond the Numbers: Data Visualization in SharePoint
See Beyond the Numbers: Data Visualization in SharePoint
 
Bi Portfolio
Bi PortfolioBi Portfolio
Bi Portfolio
 
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...
Sheetster + Alfresco: An Open Source Java Solution for Web Spreadsheet Editin...
 
SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2SharePoint 2013 Workflow from K2
SharePoint 2013 Workflow from K2
 
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...
Demonstrating ADF in Action through screenhots - getting (re)acquainted with ...
 
Brochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and AnalyticsBrochure - Microsoft Business Intelligence and Analytics
Brochure - Microsoft Business Intelligence and Analytics
 

Destacado

PMO Point of View
PMO Point of ViewPMO Point of View
PMO Point of Viewbboehner
 
How To Effectively Utilize Project 2010 With SharePoint 2010
How To Effectively Utilize Project 2010 With SharePoint 2010How To Effectively Utilize Project 2010 With SharePoint 2010
How To Effectively Utilize Project 2010 With SharePoint 2010Dux Raymond Sy
 
IT Project Reporting
IT Project ReportingIT Project Reporting
IT Project ReportingRhys Leong
 
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPMPramod Patil, PMP
 
PMO of the Year Award 2010 eBook
PMO of the Year Award 2010 eBookPMO of the Year Award 2010 eBook
PMO of the Year Award 2010 eBookPM Solutions
 
Dashboard and reporting tools: Integration of BI tools in the geospatial domain
Dashboard and reporting tools: Integration of BI tools in the geospatial domainDashboard and reporting tools: Integration of BI tools in the geospatial domain
Dashboard and reporting tools: Integration of BI tools in the geospatial domainThierry Badard
 
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)Rego Consulting
 
Effective Executive Status Reporting Webinar By KW3 Consulting
Effective Executive Status Reporting Webinar By KW3 ConsultingEffective Executive Status Reporting Webinar By KW3 Consulting
Effective Executive Status Reporting Webinar By KW3 ConsultingKirk Williams
 
PMO Performance Measurement and Metrics - Kendrick
PMO Performance Measurement and Metrics - KendrickPMO Performance Measurement and Metrics - Kendrick
PMO Performance Measurement and Metrics - KendrickJim Kendrick
 
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016PMO and Value Conference - Ricardo Vargas, London, 25 October 2016
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016Association for Project Management
 
PMO View Interactive Dashboard
PMO View Interactive DashboardPMO View Interactive Dashboard
PMO View Interactive DashboardMatt Angerer
 
CMMI & Six Sigma Integration
CMMI & Six Sigma IntegrationCMMI & Six Sigma Integration
CMMI & Six Sigma IntegrationAnand Subramaniam
 
Implementing PMO
Implementing PMOImplementing PMO
Implementing PMOTURKI , PMP
 
Service / Product Innovation
Service / Product InnovationService / Product Innovation
Service / Product InnovationAnand Subramaniam
 
LSS Idea Generation to Project Execution
LSS Idea Generation to Project ExecutionLSS Idea Generation to Project Execution
LSS Idea Generation to Project ExecutionAnand Subramaniam
 

Destacado (20)

PMO Point of View
PMO Point of ViewPMO Point of View
PMO Point of View
 
How To Effectively Utilize Project 2010 With SharePoint 2010
How To Effectively Utilize Project 2010 With SharePoint 2010How To Effectively Utilize Project 2010 With SharePoint 2010
How To Effectively Utilize Project 2010 With SharePoint 2010
 
IT Project Reporting
IT Project ReportingIT Project Reporting
IT Project Reporting
 
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM
2803_ASUG_AC_Plan_and_Manage_Risk_with_SAP_PPM
 
PMO of the Year Award 2010 eBook
PMO of the Year Award 2010 eBookPMO of the Year Award 2010 eBook
PMO of the Year Award 2010 eBook
 
Dashboard and reporting tools: Integration of BI tools in the geospatial domain
Dashboard and reporting tools: Integration of BI tools in the geospatial domainDashboard and reporting tools: Integration of BI tools in the geospatial domain
Dashboard and reporting tools: Integration of BI tools in the geospatial domain
 
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)
Rego University: Preparing Metrics that Matter, CA PPM (CA Clarity PPM)
 
Effective Executive Status Reporting Webinar By KW3 Consulting
Effective Executive Status Reporting Webinar By KW3 ConsultingEffective Executive Status Reporting Webinar By KW3 Consulting
Effective Executive Status Reporting Webinar By KW3 Consulting
 
The role of pmo within a transformation programme
The role of pmo within a transformation programmeThe role of pmo within a transformation programme
The role of pmo within a transformation programme
 
PMO Performance Measurement and Metrics - Kendrick
PMO Performance Measurement and Metrics - KendrickPMO Performance Measurement and Metrics - Kendrick
PMO Performance Measurement and Metrics - Kendrick
 
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016PMO and Value Conference - Ricardo Vargas, London, 25 October 2016
PMO and Value Conference - Ricardo Vargas, London, 25 October 2016
 
PMO View Interactive Dashboard
PMO View Interactive DashboardPMO View Interactive Dashboard
PMO View Interactive Dashboard
 
PMI Portland Michael Nir The Agile PMO
PMI Portland Michael Nir The Agile PMOPMI Portland Michael Nir The Agile PMO
PMI Portland Michael Nir The Agile PMO
 
CMMI & Six Sigma Integration
CMMI & Six Sigma IntegrationCMMI & Six Sigma Integration
CMMI & Six Sigma Integration
 
PMO Challenges and Opportunities; DIPMF Presentation
PMO Challenges and Opportunities; DIPMF PresentationPMO Challenges and Opportunities; DIPMF Presentation
PMO Challenges and Opportunities; DIPMF Presentation
 
Material Handling
Material Handling Material Handling
Material Handling
 
Implementing PMO
Implementing PMOImplementing PMO
Implementing PMO
 
Ninbennoaru Jidoka
Ninbennoaru JidokaNinbennoaru Jidoka
Ninbennoaru Jidoka
 
Service / Product Innovation
Service / Product InnovationService / Product Innovation
Service / Product Innovation
 
LSS Idea Generation to Project Execution
LSS Idea Generation to Project ExecutionLSS Idea Generation to Project Execution
LSS Idea Generation to Project Execution
 

Similar a Planning And Tracking In Tfs 2010

See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010Sadalit Van Buren
 
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...Knowledge Management Associates, LLC
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIAndrew Brust
 
Session 5-SharePoint with Office-Donovan Follette
Session 5-SharePoint with Office-Donovan FolletteSession 5-SharePoint with Office-Donovan Follette
Session 5-SharePoint with Office-Donovan FolletteMithun T. Dhar
 
SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Developmentmattbremer
 
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationSQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationMicrosoft Private Cloud
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...Ivan Sanders
 
SharePoint 2010 Developer 101
SharePoint 2010 Developer 101SharePoint 2010 Developer 101
SharePoint 2010 Developer 101Nick Hadlee
 
Integrated Proposal (Vsts Sps Tfs) - MS stack
Integrated Proposal   (Vsts Sps Tfs) - MS stackIntegrated Proposal   (Vsts Sps Tfs) - MS stack
Integrated Proposal (Vsts Sps Tfs) - MS stackBijoy Viswanadhan
 
SharePoint 2010 - InfoPath, Workflow
SharePoint 2010 - InfoPath, WorkflowSharePoint 2010 - InfoPath, Workflow
SharePoint 2010 - InfoPath, WorkflowJonathon Schultz
 
BI SQL Server2008R2 Portfolio
BI SQL Server2008R2 PortfolioBI SQL Server2008R2 Portfolio
BI SQL Server2008R2 Portfoliodlinder25
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business InsightsJ.D. Wade
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development toolsShakir Majeed Khan
 
Microsoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) PresentationMicrosoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) Presentationjeromedoyen
 
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010Ivan Sanders
 
Inteligencia de Negocios con PowerView
Inteligencia de Negocios con PowerViewInteligencia de Negocios con PowerView
Inteligencia de Negocios con PowerViewEduardo Castro
 

Similar a Planning And Tracking In Tfs 2010 (20)

See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010See Beyond the Numbers: Data Visualization in SharePoint 2010
See Beyond the Numbers: Data Visualization in SharePoint 2010
 
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...
FCSPUG - SharePoint Business Intelligence and Data Visualization - See Beyond...
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BI
 
Session 5-SharePoint with Office-Donovan Follette
Session 5-SharePoint with Office-Donovan FolletteSession 5-SharePoint with Office-Donovan Follette
Session 5-SharePoint with Office-Donovan Follette
 
SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Development
 
Sps south fla-bi_data_visualization
Sps south fla-bi_data_visualizationSps south fla-bi_data_visualization
Sps south fla-bi_data_visualization
 
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationSQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
 
Sp tech con-bi2011
Sp tech con-bi2011Sp tech con-bi2011
Sp tech con-bi2011
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
 
SharePoint 2010 Developer 101
SharePoint 2010 Developer 101SharePoint 2010 Developer 101
SharePoint 2010 Developer 101
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Boston Area SharePoint User Group BI Data Visualization
Boston Area SharePoint User Group BI Data VisualizationBoston Area SharePoint User Group BI Data Visualization
Boston Area SharePoint User Group BI Data Visualization
 
Integrated Proposal (Vsts Sps Tfs) - MS stack
Integrated Proposal   (Vsts Sps Tfs) - MS stackIntegrated Proposal   (Vsts Sps Tfs) - MS stack
Integrated Proposal (Vsts Sps Tfs) - MS stack
 
SharePoint 2010 - InfoPath, Workflow
SharePoint 2010 - InfoPath, WorkflowSharePoint 2010 - InfoPath, Workflow
SharePoint 2010 - InfoPath, Workflow
 
BI SQL Server2008R2 Portfolio
BI SQL Server2008R2 PortfolioBI SQL Server2008R2 Portfolio
BI SQL Server2008R2 Portfolio
 
SharePoint 2010: Business Insights
SharePoint 2010: Business InsightsSharePoint 2010: Business Insights
SharePoint 2010: Business Insights
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
 
Microsoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) PresentationMicrosoft BI reporting capabilities (on-prem solutions) Presentation
Microsoft BI reporting capabilities (on-prem solutions) Presentation
 
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010SharePoint Saturday Sacramento  Business Intelligence with SharePoint 2010
SharePoint Saturday Sacramento Business Intelligence with SharePoint 2010
 
Inteligencia de Negocios con PowerView
Inteligencia de Negocios con PowerViewInteligencia de Negocios con PowerView
Inteligencia de Negocios con PowerView
 

Último

GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersPeter Horsten
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Careerr98588472
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxappkodes
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Jiastral oracle
 
14680-51-4.pdf Good quality CAS Good quality CAS
14680-51-4.pdf  Good  quality CAS Good  quality CAS14680-51-4.pdf  Good  quality CAS Good  quality CAS
14680-51-4.pdf Good quality CAS Good quality CAScathy664059
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreNZSG
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdfChris Skinner
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Features of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfFeatures of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfOne Monitar
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckHajeJanKamps
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesDoe Paoro
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024Chandresh Chudasama
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifeBhavana Pujan Kendra
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...ssuserf63bd7
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Aggregage
 
How to Conduct a Service Gap Analysis for Your Business
How to Conduct a Service Gap Analysis for Your BusinessHow to Conduct a Service Gap Analysis for Your Business
How to Conduct a Service Gap Analysis for Your BusinessHelp Desk Migration
 

Último (20)

GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exporters
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Career
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptx
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
 
14680-51-4.pdf Good quality CAS Good quality CAS
14680-51-4.pdf  Good  quality CAS Good  quality CAS14680-51-4.pdf  Good  quality CAS Good  quality CAS
14680-51-4.pdf Good quality CAS Good quality CAS
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource Centre
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors Data
 
Features of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfFeatures of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdf
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deck
 
Unveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic ExperiencesUnveiling the Soundscape Music for Psychedelic Experiences
Unveiling the Soundscape Music for Psychedelic Experiences
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in Life
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
Strategic Project Finance Essentials: A Project Manager’s Guide to Financial ...
 
How to Conduct a Service Gap Analysis for Your Business
How to Conduct a Service Gap Analysis for Your BusinessHow to Conduct a Service Gap Analysis for Your Business
How to Conduct a Service Gap Analysis for Your Business
 

Planning And Tracking In Tfs 2010

  • 1. Planning and Tracking Projects with VSTS 2010 By Ahmed Nasr 1
  • 2. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 2
  • 3. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 3
  • 4. Project Management Enable our process, your process, no process Value propositions Customize to your process Excel reports Simplified warehouse Relational warehouse Excel reporting Easier to share Richer dashboards MOSS support Web parts
  • 5. Project Management, continued Value propositions Rich traceability Hierarchy Custom work item links Link queryability Better SCRUM support Agile workbooks Simplified template New guidance Scalable TFS Basic Cross project reporting 5
  • 6. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 6
  • 7. Demo Scrum Planning with TFS 2010
  • 8. 8 Updating Tasks Multiple interfaces for updating work items
  • 10. 10 UpdatingTasks Iteration Backlog workbook
  • 11. 11 UpdatingTasks Team Project portal
  • 13. 13 TrackingProgress Burndown chart tracks remaining and completed work
  • 16. 16 TrackingProgress Detailed sprint progress is tracked on the project portal The burndown shows the team on track… And almost half of the tasks remain open But the team hasn’t closed any of the three stories…
  • 17. 17 TrackingProgress The Scrummaster opens an issue to track the problem the portal has identified
  • 18. 18 TrackingProgress The issue is opened and tracked in TFS
  • 19. 19 TrackingProgress Rich set of reports track progress
  • 20. 20 Retrospective Capture retrospectives using the Team wiki on the Project Portal Sample documents are provided as a guide
  • 21. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 21
  • 22. 22 Traceability for MSF Agile 5.0 User Story Tests/Tested By Parent/Child Related Test Bug Task Change Sets Code Coverage Change Sets Code
  • 23. 23 Traceability for MSF CMMI 5.0 Change Request Affects/ Affected By User Story Requirement Tests/Tested By Parent/Child Related Predecessor/ Successor Test Bug Task Change Sets Code Coverage Change Sets Code
  • 24. 24 Link Topology Types Network Directed Network Dependency Tree
  • 25. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 25
  • 27. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 27
  • 28. Dashboard: SharePoint Server Are we making progress on running test plans? How are our builds doing over time? Are we fixing bugs? What’s the quality of our bug fixes?
  • 29. Dashboard: SharePoint Server Are we getting enough coverage? How many lines of code are we churning? Reporting in 2010 | Custom reports | Making transparency work
  • 30. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 31. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 32. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 33. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 34. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 35. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 36. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 37. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 38. Dashboard: SharePoint Server Chart now shows Active and Resolved bugs Reporting in 2010 | Custom reports | Making transparency work
  • 39. Dashboard: SharePoint Server Standard Excel chart so properties can easily be modified Reporting in 2010 | Custom reports | Making transparency work
  • 40. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 41. Dashboard: SharePoint Server I can now publish the updates back to my dashboard Reporting in 2010 | Custom reports | Making transparency work
  • 42. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 43. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 44. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 45. Dashboard: SharePoint Server Reload the workbook to clear Excel Services cache so that the updates show up immediately Reporting in 2010 | Custom reports | Making transparency work
  • 46. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 47. Dashboard: SharePoint Server Reporting in 2010 | Custom reports | Making transparency work
  • 48. Dashboard: SharePoint Server My dashboard shows active and resolved bugs now - that was easy! Reporting in 2010 | Custom reports | Making transparency work
  • 49. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 49
  • 50. 50 Relational Reporting Reporting against relational warehouse is supported! … instead of this -- MDX -- SELECT {                 [Measures].[DateValue],                 [Measures].[Work Item Count] } ON COLUMNS, {                 CrossJoin(                                 [Date Range],                                 [Work Item].[System_State].[System_State]                 ) } ON ROWS FROM ( SELECT                 CrossJoin(                                                 StrToSet(@AreaParam),                                                 StrToSet(@IterationParam),                                                 StrToSet(@StateParam),                                                 StrToSet(@PriorityParam),                                                 StrToSet(@SeverityParam)                 ) ON COLUMNS                 FROM [Team System] ) -- SQL-- SELECT history.[System_Id] AS ID, MAX(history.[System_ChangedDate]) AS Latest FROM @Hierarchy hierarchy INNER JOIN [WorkItemHistoryView] history ON hierarchy.ID = history.[System_Id] WHERE (history.[System_ChangedDate]< @ChangeDate) GROUP BY history.[System_Id] Write this…
  • 51.
  • 52. There are a set of helper views – view names that don’t start with ‘v’ E.g. CurrentWorkItemView.
  • 53. All Table-Valued FunctionsWhat’s not? Tables starting with ‘_’ and views starting with ‘v’ are only for system use i.e. subject to change in future release
  • 54. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 52
  • 55.
  • 56.
  • 57. Shared with team on SharePoint Server dashboardLearning curve
  • 58. What kind of reports can I build using these tools? Individual current or trend charts Excel
  • 59. What kind of reports can I build using these tools? Multiple charts showing data in a single RS report Report Builder
  • 60. What kind of reports can I build using these tools? Business Intelligence Development Studio (BIDS) Complex RS reports with custom visualization
  • 61. Reporting Out of the Box - Summary Dashboards Sharepoint WSS Sharepoint Office Server System Reports Create Excel Report from Query Ad-Hoc Excel Reporting SQL Report Designer SQL BI Studio Data Availability Data Warehouse (MDX, Excel Reporting) Relational Warehouse (SQL) Extensibility Layer to Import External Data into Warehouse
  • 62. Agenda Project Management Scrum Planning (Demo) Traceability and Link Topology Excel Reporting (Demo) Dashboard and Ad Hoc Reporting New Relational Reporting What to Use VS2010 58
  • 64. 60 Test Manager 2010 UML Modeling Manual Testing Layer Diagram Load Testing Web Testing Test Case Management IntelliTrace™ Architecture Explorer Logical Class Designer Cloud Development Office Development Windows Development New WPF Editor Customizable IDE Multi-core Development Silverlight Tools Web Development SharePoint Development Generate from Usage Static Code Analysis Database Deployment Code Metrics Database Unit Testing Test Data Generation Test Impact Analysis UI Test Automation Code Coverage Performance Profiling Database Change Mgmt Fast Forward for Manual Testing
  • 65. 61 Test Manager 2010 Test Case Management Manual Testing Lab MgmtConfig. Checkpoint Environment Environment from Template Virtual Env. Setup/Tear Down Reporting Team Portal Test Case Management Branch Visualization Version Control Build Automation Gated Check-in Agile Planning Tools Team Explorer Team Agents Fast Forward for Manual Testing
  • 66. Q& A
  • 67. References Brian Harry’s Presentation in Teched Europe about Lap around VS2010 Project Management Stephanie SaadCuthbertson Presentation in Teched Europe About Planning and Tracking 63

Notas del editor

  1. With the release of Visual Studio 2010 we are moving to a nested-model, with three variations – good, better and best.[CLICK]First we have Good – Visual Studio 2010 Professional with or without MSDN. Visual Studio 2010 Professional is the essential tool for basic development tasks to assist developers in implementing their ideas easily. This is the newest release of the Professional-level with added capabilities for SharePoint and Cloud development, among others.[CLICK]Next, we add on to all of the capabilities in Professional with Visual Studio 2010 Premium with MSDN. The Premium-level is a complete toolset for developers to deliver scalable, high quality applications, and introduces capabilities previously associated with our Visual Studio Team System products, including offline database development and static code analysis, as well as new capabilities including Test Impact Analysis and Coded UI Testing.[CLICK]And at the top of the stack is Visual Studio 2010 Ultimate. This product is the comprehensive suite of application lifecycle management tools for teams to ensure quality results from design to deployment. With Ultimate, you get everything – IntelliTrace (the new historical debugger), architecture tools, testing tools, and everything in Premium and Professional.[CLICK]
  2. Let me drill down into the capabilities in each product. For a more extensive list of capabilities, please go to www.microsoft.com.vstudio.Microsoft Visual Studio 2010 Professional is the essential tool for basic development tasks to allow developers to implement their ideas easily. This includes core capabilities for Windows, Web, and Office development, along with new capabilities for Cloud and SharePoint development. There are also new tools for Silverlight and Multi-core development. With Visual Studio 2010 the IDE and editor were refreshed using Microsoft Windows Presentation Foundation.[CLICK]Microsoft Visual Studio 2010 Premium is a complete toolset for developers to deliver scalable, high quality applications. This includes support for offline database development, unit testing and change management, static code analysis, performance profiling and code coverage and code metrics. New capabilities including UI test automation (aka Coded UI Tests) and Test Impact Analysis are available in premium.[CLICK]Microsoft Visual Studio 2010 Ultimate is the comprehensive suite of application lifecycle management tools for teams to ensure quality results from design to deployment. This includes IntelliTrace – the new historical debugger which enables debugging events that ran previously on your machine, or another machine. Microsoft Test Manager 2010 is included in Ultimate enabling complete Test Case Management and test execution. Additionally the new architecture and modeling tools are included in Ultimate, including support for authoring UML diagrams (Activity, Use Case, Sequence, Component and Class diagrams are supported).[CLICK]
  3. There are some additional products in the Visual Studio 2010 family.Team Foundation Server 2010 is the center of gravity – the hub for a development team. Team Foundation Server has a version control repository, a test case management database, a work item tracking and change management system, support of build automation and a comprehensive reporting solution built on SQL Server Reporting Services. Some of the new capabilities of Team Foundation Server include support for gated check-in, branch visualization and drag-n-drop merge, and new Agile Planning tools.[CLICK]Lab Management 2010 enables teams to configure and manage virtual lab environment. Lab Management works with System Center Virtual Machine Manage enabling teams to create environment templates, provision ring-fenced environments, and checkpoint those environments. Those checkpoints can be attached to bugs filed using the Test Manager 2010 enabling the person fixing the bug to open the environment right to the appropriate point in the application flow.[CLICK]Visual Studio Test Professional 2010 is the essential tool for anyone engaging in test case management or manual test execution in the development lifecycle. This tool is designed for the generalist tester – someone who tests applications, but who is not responsible for writing code. This product includes Microsoft Test Manager 2010 (the Visual Studio IDE is not included). [CLICK]