How to make a Test Case

  • Thread starter Thread starter norton
  • Start date Start date
N

norton

Hi All

I have writtern a VB.Net Windows Applications, i would like to know how
should i write the test case for the application?
For unit test i know i can test it using NUnit and each case can be test in
a logical manner, but when i testing an application which is integrated with
many class/units, there are no of combinations, should i add them all into
the test case documentation?

What do u think?

Regards,
Norton
 
Back
Top