0 votes
in C Sharp by
What are three test cases you should go through in unit testing?

1 Answer

0 votes
by
Positive test cases (correct data, correct output), negative test cases (broken or missing data, proper handling), exception test cases (exceptions are thrown and caught properly).

Related questions

+1 vote
asked Apr 24, 2021 in Agile by Robindeniel
0 votes
asked Aug 18, 2021 in AngularJS Packaging and Testing by SakshiSharma
...