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
 

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

Unit testing 2
Jtest like tool for .net...? 4
A question about unit tests 3
NUnit Testing 3
What Unit Tests? 1
Unit Testing and Test Cases 3
How to unit test a Dataset? 1
Test data for NUnit tests in .Net and C# 3

Back
Top