You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> You plan to implement a test strategy for the application. <br /> You need to ensure that the test strategy meets the following requirements: <br /> Test data can be added to the test project without recompiling. <br /> Multiple variations of a test can be executed at run time. <br /> What should you do? ()
A、 Use IntelliTrace.
B、 Use data-driven tests.
C、 Create a single test class.
D、 Create a test method for each data variation.