课程介绍:
An emerging software engineering paradigm is test-driven development, where tests are written early and testing is performed continuously during the development process. Problems are discovered early and corrected when they are found. This one-day course for developers explains the methodology of test-driven development and the use of the unit testing framework that comes with Visual Studio™ 2010 Professional Edition and higher.
The course is practical, with many example programs and tests written in C#, including a cumulative case study. The goal is to quickly bring you up to speed in doing unit testing in your .NET development projects. The student will receive a comprehensive set of materials, including course notes and all the programming examples.
培训对象:
Developers needing to become familiar with unit testing and its standards.
预备知识:
A basic knowledge of the .NET Framework and experience programming in C# with Visual Studio.
课程内容:
1. Test-Driven Development
- Test-Driven Development
- Functional Tests
- Unit Tests
- Test Automation
- Rules for TDD
- Implications of TDD
- Simple Design
- Refactoring
- Regression Testing
- Test List
- Red/Green/Refactor
- Using the Unit Testing Framework
- Testing with Unit Testing Framework
- A Unit Testing Framework Test Drive
- IQueue Interface and Stub Class
- Test List for Queue
- A Second Test
- More Queue Functionality
- TDD with Legacy Code
- Acme Travel Agency Case Study
2. Visual Studio Unit Testing
- Fundamentals
- Structure of Unit Tests
- Assertions
- Unit Testing Framework
- Unit Testing Framework Namespace
- Assert Class
- Assert.AreEqual()
- More Assert Methods
- CollectionAssert Class
- StringAssert Class
- Test Case
- Test Methods
- Test Class
- Test Runner
- Command Line Test Runner
- Ignoring Tests
- Using the Ignore Attribute
- Grouping Test Results
- Test Initialization and Cleanup
- Class Initialization and Cleanup
3. More about Unit Testing Framework
- Expected Exceptions
- Enqueue and Dequeue
- Tests for Enqueue and Dequeue
- ToArray()
- Test of ToArray()
- Exceptions Dialog
- Custom Asserts
- Implementing a Custom Assert
- Test Lists
- Test List Hierarchy
- Debugging Unit Tests
- Running Tests at the Command Line
- MSTest.exe Command Line Options
- Test Lists at the Command Line
- Refactoring
- Collection Class Implementation
- Testing the New Version
培训时间:
1天。