Building More Reliable And Better Performing Web Applications With Visual Studio 2005 Team System Gabriel Marius TLN312 Program Manager Microsoft Corporation.

Slides:



Advertisements
Similar presentations
04b | Manage Test Execution (2 of 2) Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Advertisements

DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Web Sites Testing with Visual Studio Team System Shai Raiten Sela Group
The Microsoft Technical Roadshow 2006 Welcome and Introduction Kevin McDaniel Developer & Platform Evangelism Group Microsoft Ltd
What’s Completely New? Visual Studio Team System! Sean Puffett Developer Evangelist
Enabling Better Software through Better Testing Jason Anderson, Microsoft
Software Development using SCRUM for Visual Team System Sascha P. Corti Developer Evangelist Microsoft Switzerland GmbH
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
DEV327 Visual Studio Team Foundation Server, Part 1 Brian Harry Product Unit Manager Team Foundation Server.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
Windows Debugging Demystified
Development Best Practices Concepts & Microsoft’s Approach.
XNA Studio: Introduction to XNA Brian Keller Product Manager Microsoft Corporation.
DEV302 - Visual Studio Team System Building Robust and Reliable Software Eric Lee Program Manager Microsoft Corporation.
Future Directions: Building Customizable Applications using.NET Eric Schnepp TLN205 Lead Program Manager Microsoft Corporation.
Developing Workflows with SharePoint Designer David Coe Application Development Consultant Microsoft Corporation.
Tejasvi Kumar Technology Specialist – VSTS Microsoft Corporation
Visual Studio 2005 Team System: Building Robust & Reliable Software Tejasvi Kumar Technology Specialist - VSTS Microsoft Corporation
Building Robust and Reliable Software Jason Anderson, Microsoft
Visual Studio 2005 Team System: Enterprise Development and Test Sean Puffet Microsoft Ltd
DEV 303 Visual Studio "Whidbey" Enterprise Tools: Source Control and Work Item Tracking Brian Harry Product Unit Manager Microsoft Visual Studio.
DEV337 Modeling Distributed Enterprise Applications Using UML in Visual Studio.NET David Keogh Program Manager Visual Studio Enterprise Tools.
Visual Studio 2005 Team System Winning the testing space with advanced testing tools Eric Adams Program Manager Visual Studio 2005 Team System Microsoft.
DEV322 Unit Testing Best Practices With Visual Studio 2005 Team System Mark Seemann Senior Consultant Microsoft Consulting Services.
Rules to Healthier Code Presented by Adam Cogan (Chief Architect for
Sudesh Krishnamoorthy Developer Technology Specialist | Microsoft |
Sofia, Bulgaria | 9-10 October Troubleshooting Web Site Performance Issues with Visual Studio Team System Martin Kulov Director,.NET Development National.
DEV 301 Visual Studio Team System Tom Arnold Program Manager Microsoft Corporation “Enabling Better Software through Better Testing”
Quiz question Session : Visual Studio Team System 2008 Make the Most of VSTS in Real - World Development.
Ahmed Salijee Developer Advisor DTL201.
DEV333 Instrumenting Applications for Manageability with the Enterprise Instrumentation Framework David Keogh Program Manager Visual Studio Enterprise.
Anubha Gupta | Software Engineer Visual Studio Online Microsoft Corp. Visual Studio Enterprise Leveraging modern tools to streamline Build and Release.
Giles Davies Testers are from Venus.
DEV364 Visual Studio Team System “Enabling Better Software Through Better Testing” Keith Brown Pluralsight LLC.
Visual Studio 2005 Team System: Enabling Better Software Through Testing Tejasvi Kumar Technology Specialist - VSTS Microsoft Corporation
DEV311 Delving into Visual Studio 2005 Team Edition for Software Testers Ed Glas Group Manager, Web and Load Testing Microsoft Corporation.
Arun Prakash Ganesan Development Lead Microsoft Corporation Office 2007 for Developers.
IE Developer Tools Jonathan Seitel Program Manager.
Neil Kidd Developer Tools Technical Specialist Microsoft UK.
Step-by-Step Migration and Adoption Mark Michaelis Architect, Author, and Trainer Eric Lee Microsoft Product Manager Visual Studio 2005 Team Foundation.
Microsoft Corporation. Announcement Visual Studio® Team System 2008 Enables you to Build Quality Code Be More Productive Collaborate at the Next Level.
Connect with life Cheryl Johnson VSTS Solution Expert | Canarys Automations Pvt Ltd Performance Testing.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
Connect with life Tejasvi Kumar Developer Technology Specialist | Microsoft India
WEB330 ASP.NET: Using Microsoft Visual 2005 Studio Team System to Build Enterprise Web Applications Brian Goldfarb Product Manager Web Platform and Tools.
Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard.
DEV260 Microsoft Visual Studio 2005 Team System: Managing the Software Lifecycle with Visual Studio 2005 Team System Bindia Hallauer Senior Product Manager.
Automation Testing with Visual Studio Team System Tester Edition
6/13/2018 1:23 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Business Connectivity Services in SharePoint 2010 and Office 2010
Jim Nakashima Program Manager – Cloud Tools Microsoft Corporation
Microsoft Build /4/2018 6:08 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
11/12/2018 6:58 PM © 2004 Microsoft Corporation. All rights reserved.
Microsoft Test and Lab Manager : Exécution de cas de tests
Tech Ed 2004 © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express.
DAT381 Team Development with SQL Server 2005
Microsoft Connect /17/2019 9:04 AM
Jochen Seemann Program Manager Enterprise Tools Microsoft Corporation
Visual Studio 2010 SharePoint Development Tools Overview
Microsoft Connect /23/ :38 AM
DEV354 Visual Studio 2005: New Enhancements For Debugging Applications
Introduction to VSTS Database Professional
Vinod Malhotra Group Program Manager Microsoft Corporation
Microsoft Build /4/ :50 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Inside the Windows 8 driver developer workflow
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Welcome to Architect Insight 2010
Microsoft Connect /14/ :11 AM
Presentation transcript:

Building More Reliable And Better Performing Web Applications With Visual Studio 2005 Team System Gabriel Marius TLN312 Program Manager Microsoft Corporation

2 A Real World Problems: A Web Developer at Work

3 Review: Work Items, Bugs, etc Bug was logged from a customer and followed up by the Test team Load Test Result was attached to the bug Developer can review the Testers findings Developer can reproduce the failure Other artifacts can also be attached More test results Standard files (Specs, Images, etc) Static Analysis Results

4 Review: Code Coverage & Testing Tests to check the state of our code Unit Tests Web Tests Load Tests Code Coverage to give us an idea of what Developer code was touched by test cases Assembly Level Class Level Method Level

5 Review: Profiling Managed and UnManaged Code Sampling Profiler High-level data Don’t need source code Instrumentation Profiling Low-level data Need source code and build Integrated with Testing

6 Review: Web & Load Testing Web and Load tests written via Visual Studio 2005 Team System Web Tests can be recorded or converted into code Records the HTTP traffic C#, VB.NET, etc. Load Tests are containers of other test cases along with metadata about the Load Session Contains most types of tests Does not support Manual Tests

7 Review: Data-Driven Tests Can bind a Test Case to a Database Each Data row becomes a test case One Test Case associated with 1000 rows becomes 1001 test cases 1 for the overall process 1000 for the individual rows Test can be changed by editing the rows of the database without changing the code

8 Review: Integrated Debugging Integrated debugging allowed us to walk into our test case and into are development code In the context of data-driven tests, we can see each execution of the test case with the different data elements Use standard debug windows as needed See variables and memory as we test Errors and debug information can be shared via work items with the rest of the team

9 Review: Code Analysis & Team Policy Team Policy prevented us from checking in without Code Analysis Other actions can be part of Team Policy Execution of Test Lists Code Analysis found a security issue Rules are extensible Out-of-the-Box, Code Analysis is powerful SecurityPerformanceGlobalizationMore…

10 The Web Dev Day: Viewed detail bug information with TFS integration Verified the Build State with tests Verified Code Coverage and identified test issues Found a Performance issue in our Beta code Verified Account Scenarios for Beta Functionality Identified a Security Issue Checked our Code in, Shared our Status

© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.