Unit Testing Tools

D

Doug

Hello,
I was wondering if someone had an idea of good unit testing
tools out there. I have looked at NUnit and HarnessIt and they both
have good and bad sides to them, but mainly we are looking for one
that can:
A) Create and/or load data (in SQL Server and hopefully in DB2).
B) Have the ability to set up test cases without so much code
creation of the developer (in both NUnit and HarnessIt, the problem is
that if say you wanted to check 3 rows of data with 3 columns of data,
you would have to have 9 lines of code to cover everything you were
testing so if the number of rows/columns was large then it could be
tedious to have to code all that in.

Anyone have any thoughts on this?
Doug White
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top