I have to write own test framework in Visual Studio 2008 by using C# in order to perform functional test of a new Windows Appl.
If it was Eclipse IDE I would use JUnit as a base class and expand its functionality by adding new classes with its own methods related on the Windows API.
How can I get started in case of Visual Studio? Does it have any similar to junit build-in packages in its environment?
BR,
Irina.