Which of the following is correct about a Unit Test Case?
A - There must be at least two unit test cases for each requirement: one positive test and one negative test.
B - If a requirement has sub-requirements, each sub-requirement must have at least two test cases as positive and negative.
C - Both of the above.
D - None of the above
Correct Ans is C- C - Both of the above.