Tech Support > Computers & Technology > Programming > separating test data from test code + creating skeleton unit test classes
separating test data from test code + creating skeleton unit test classes
Posted by QA Guy on April 6th, 2005


I have used Junit with jtestcase (http://jtestcase.sourceforge.net/) in
the past to separate test data from test code when testing java apps.

1) Now I'm testing C# and using MbUnit/Testdriven.net
(http://www.testdriven.net/) and I am looking for an equivalent of
jtestcase.

2) I am also looking for a plugin for Visual Studio .NET that can run
on an entire solution and create skeleton test classes (a test method
for every public method)

Does anyone know of anything good?

Thanks!


Similar Posts