Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard.

Slides:



Advertisements
Similar presentations
Produktiv Software entwickeln mit Visual Studio, heute und morgen
Advertisements

Visual Studio Team System (VSTS). Richard Hundhausen Author of software development books Microsoft Regional Director Microsoft MVP (VSTS) MCT, MCSD,
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
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
 Brian Harry Technical Fellow Microsoft Corporation TL52.
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.
Test Driven Development using Visual Studio Team System Ariel Gur-Arieh VP R&D – MCD Software Solutions
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
Future Directions: Building Customizable Applications using.NET Eric Schnepp TLN205 Lead Program Manager Microsoft Corporation.
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.
Sudesh Krishnamoorthy Developer Technology Specialist | Microsoft |
Chris Menegay VP of Consulting Notion Solutions, Inc. DTL319.
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.
Ram Cherala Principal Program Manager Microsoft Corporation DTL320.
Ahmed Salijee Developer Advisor DTL201.
Tejasvi Kumar Developer Technology Specialist | Microsoft India
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Building More Reliable And Better Performing Web Applications With Visual Studio 2005 Team System Gabriel Marius TLN312 Program Manager Microsoft Corporation.
Giles Davies Testers are from Venus.
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.
Introducing Visual Studio 2010: What It Is and Why You Should Care
Neil Kidd Developer Tools Technical Specialist Microsoft UK.
Connect with life Cheryl Johnson VSTS Solution Expert | Canarys Automations Pvt Ltd Performance Testing.
Connect with life Tejasvi Kumar Developer Technology Specialist | Microsoft India
Automation Testing Trainer: Eran Ruso. Training Agenda Automation Testing Introduction Microsoft Automation Testing Tool Box Coded UI Test and Unit Test.
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
Jim Nakashima Program Manager – Cloud Tools Microsoft Corporation
9/11/2018 5:53 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Building a Continuous Integration Pipeline using VSTS
11/12/2018 6:58 PM © 2004 Microsoft Corporation. All rights reserved.
11/22/2018 8:05 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Xamarin Inspector & Profiler for Visual Studio Enterprise
What’s new in Visual Studio for web developers
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Visual Studio 2013 for web developers
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Docker Workflows with Visual Studio
Continuous Integration & Deployment to Azure Container Service
Web Development in Visual Studio 2017
Tech Ed 2004 © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express.
12/31/ :55 AM © 2004 Microsoft Corporation. All rights reserved.
Microsoft Connect /2/2019 9:06 AM
Jim Nakashima Program Manager Cloud Tools
Microsoft Dynamics.
DAT381 Team Development with SQL Server 2005
Microsoft Connect /17/2019 9:55 PM
Pablo Castro Software Architect Microsoft Corporation
Microsoft Connect /16/ :45 PM
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /23/ :38 AM
Introduction to VSTS Database Professional
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
IE11’s Developer Tools, F12, just got nicer (again)
4/20/ :00 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /4/ Diagnosing issues with Windows Phone 8.1 JavaScript apps using Visual Studio Andy Sterland Senior Program
Developing Windows Azure Applications with Visual Studio
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
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
01 | A Lap Around Visual Studio Online
Welcome to Architect Insight 2010
Developer & Platform Group, Microsoft Ltd
利用IIS部署與維護 SOA應用程式的技巧
Microsoft Connect /14/ :11 AM
Presentation transcript:

Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard

Agenda Performance Methodology Team Test Intro Web Test Load Test Performance Methodology Team Test Intro Web Test Load Test

Performance Testing Performance Testing Methodology Design Development/Build Execute Analysis/Tuning Performance Testing Methodology Design Development/Build Execute Analysis/Tuning

Test Types Manual Unit Generic Web Load Ordered 3 rd Party EDT QA Tools

Visual Studio Team Test Write your Tests with or without Code Manage and Execute Test Cases Extend the Visual Studio Test Types Integrated with TFS Source Code Control Project Management Bug Tracking Reports All fully functional from the Visual Studio Team System 2005 Write your Tests with or without Code Manage and Execute Test Cases Extend the Visual Studio Test Types Integrated with TFS Source Code Control Project Management Bug Tracking Reports All fully functional from the Visual Studio Team System 2005

Demo

Web Test Web Tests can be recorded or converted into code Records the HTTP traffic C#, VB.NET, etc. Useful for server side functional test and load test. Browser Recorder for Test case generation Visual Playback Parameterize Target Server Run under load with load test Web Tests can be recorded or converted into code Records the HTTP traffic C#, VB.NET, etc. Useful for server side functional test and load test. Browser Recorder for Test case generation Visual Playback Parameterize Target Server Run under load with load test

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 1000 test cases Test can be changed by editing the rows of the database without changing the code Can bind a Test Case to a Database Each Data row becomes a test case One Test Case associated with 1000 rows becomes 1000 test cases Test can be changed by editing the rows of the database without changing the code

Web Test

Load Test 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 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

Load Test

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