Correct Answer: B) Negative Testing
Explanation:
Negative Testing involves validating how the system handles invalid, unexpected, or abnormal inputs or conditions.
It ensures the system fails gracefully and maintains security/stability when faced with improper usage.
Positive Testing, in contrast, verifies expected behavior with valid inputs.