Creating Unit Tests
You can create unit tests in one of two ways: generate them from source code or author them by hand. The following topics describe both these methods.
In This Section
How to: Create an ASP.NET Unit Test
Coding a Data-Driven Unit Test
How to: Configure a Data-Driven Unit Test
How to: Regenerate Private Accessors
Reference
Microsoft.VisualStudio.TestTools.UnitTesting
Microsoft.VisualStudio.TestTools.UnitTesting.Web
Related Sections
See Also
Tasks
Walkthrough: Creating and Running Unit Tests
Walkthrough: Run Tests and View Code Coverage
Walkthrough: Using the Command-line Test Utility