Answer to Question #214645 in Algorithms for sania khan

Question #214645

Write down 3 positives and 3 negative test cases for all of the 45 testing techniques

1
Expert's answer
2021-07-11T14:35:41-0400

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 -

  1. check whether the login works with correct credentials.
  2. check that it doesn't work with wrong credentials.
  3. check text field limits - whether the browser accepts more than the allowed database limits.
  4. check whether password text is hidden


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 -

  • Blank user ID with blank password.
  • Correct user ID with correct password.
  • Incorrect user ID with correct password.
  • Correct user ID with incorrect password.
  • incorrect user ID with incorrect password.
  • SQL injection in password.
  • SQL injection in user ID.
  • SQL injection in both fields.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS