VSTS visual studio Team System 2010 - Testers
| Course code: |
VSTSTEST |
| Details: |
£995 + VAT
|
| Onsite | Enquire about bringing this course to your offices |
| Who should attend: |
Developers and project managers who need to gain practical experience in using the Testing elements of Visual Studio .NET Team Suite. |
| Prerequisite skills: |
Background in development with a .NET language (e.g. C#) |
Course Outline
.NET is Microsoft’s platform for web and Windows applications, and Visual Studio 2010 is their latest rapid development environment.
.NET applications an.NET web services can be deployed to, and used by, many platforms from desktop to mobile. introduces new features to improve productivity and performance.
Course Content
Course content has been developed for real-world, commercial scenarios by our expert instructors. See below for detailed syllabus, or if you have a technical question, please email sales@jbinternational.co.uk
What you will learn
This is a hands-on course for developers/Project Managers. Visual Studio Team System 2010 provides an Integrated Development Environment for developing Application from Architecture through to Testing.
This course focuses on the Testing capabilities within this environment. Exercises will be used throughout to illustrate these capabilities.
The course will first focus on the need for testing and the various approaches and benefits of providing testing at various stages of a project’s lifetime.
Testing with Visual Studio Team System 2010 Course Outline
Introduction
Why test?
Approaches to testing
Test Driven Development
Testing vs Debugging
Visual Studio 2010 support for Testing
Visual Studio .NET Test Tools
Test List Editor
Test View
Creating Test Projects
Test Configuration
Viewing Results
Test Projects
Unit Test
Manual Test
Ordered Test
Load Test
Web Test
Writing Tests
Designing Tests
- What to Test
- Boundary Conditions
- Isolating Testing
- Mock Objects
- Use of Interfaces
- .NET Framework support for testing
Testing Attributes
Initializing and Cleanup of Unit Tests
Asserts
Test and Exceptions
- Checking for Exceptions
- Unhandled Exceptions
Tests and Reflection
- Testing private/protected members
- Avoiding intrusive testing
Test Effectiveness
Code Coverage
Coverage Statistics