Write down 3 positives and 3 negative test cases for all of the 45 testing techniques
A positive test case test that a system does what it is supposed to. For example: we allow you to login when valid credentials are supplied.
Example: The positive test case examples are listed below -
A negative test case test that a system does not do things it shouldn't. example: should not allow you to login when invalid credentials are supplied.
Example: The negative test case examples are listed below -
Comments
Leave a comment