what are positive test cases and negative test cases?
Upon googling about it i have found answers that are very confusing. Can anyone explain with
Positive test cases we are using for checking some scenario like whatever scenario we are using for our code.
Negative test cases we are checking some specific scenario in negative way.
By the help of both we can increase code coverage.