1 out of 1 rated this helpful - Rate this topic

Working with Data-Driven Unit Tests

Visual Studio 2005

A data-driven unit test is a unit test that is run repeatedly for each row in a data source. You can, for example, retrieve data from the rows of a database table and pass the data to successive calls of a single test method. The topics in this section describe how to create and configure data-driven unit tests, and how to troubleshoot such a test if it fails to run.

In This Section

Related Sections

See Also

Other Resources

Obtaining Test Results

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.