Positive test cases and negative test cases

后端 未结 6 1084
无人共我
无人共我 2020-12-25 07:49

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

6条回答
  •  情书的邮戳
    2020-12-25 08:38

    A positive test case tests that a system does what it is supposed to. Example: will allow you to login when valid credentials are supplied.

    A negative test case tests that a system does not do things it shouldn't. Example: should not allow you to login when invalid credentials are supplied.

提交回复
热议问题