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

0 votes
asked Nov 13, 2020 in Testing by sharadyadav1986
0 votes
asked Nov 20, 2021 in TypoGraphy by rajeshsharma
...