Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

What are three test cases you should go through in unit testing?

+1 vote
When writing a unit test, what test cases should you consider?
asked 1 year ago by tarantula (490 points)

1 Answer

0 votes
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).
answered 1 year ago by anonymous

Related questions