What are three test cases you should go through in unit testing?
By in C# on Jul 14 2006
  • Jul, 2006 14

    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).

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS