What are the test cases for forgot password?

What are the test cases for forgot password?

Test Cases for Password

  • Verify if the login is possible with a valid password.
  • Verify if the separate row for entering the password is visible.
  • Verify the limit of characters for password matches with the specified range.
  • Check if the password is masked or visible in the form of asterisks to ensure secured login.

How do you write test cases for password field?

Here are some positive test case examples:

  1. Password field should accept 5 characters.
  2. Password field should accept 10 characters.
  3. Password field should accept all numbers.
  4. Password field should accept all letters.
  5. Password field should accept a combination of letters & numbers.

How do you write test case password and username?

There can be a username, password, ‘Sign In’ button, Cancel Button, and Forgot Password link….Non-functional Security Test Cases:

Sr. No. Security test cases Type- Negative/ Positive Test Case
1 Verify if a user cannot enter the characters more than the specified range in each field (Username and Password). Negative

How do you write a test case for a reset button?

First Verify that reset button is clickable or not. Verify that when user click on reset button without entering any data in field. verify that when user click on reset button by entering the data in field. Check that all the entered data get clear or not when user click on reset button .

How do you write a negative case for a login page?

Negative Test Case Examples for a Login Page

  1. Blank user ID with blank password.
  2. Correct user ID with incorrect password.
  3. Incorrect user ID with correct password.
  4. Incorrect user ID with incorrect password.
  5. SQL injection in password.
  6. SQL injection in user ID.
  7. SQL injection in both fields.

How do you write a test case for a login button?

Positive Test Cases for Login Page

  1. Log in with valid credentials.
  2. Check the Show Password feature.
  3. Check the Remember Me checkbox.
  4. Check the autofill.
  5. Check the Log Out button.
  6. Restore the password with a registered email.
  7. Check the Forgot Password email.
  8. Create a new password using valid data.

How do you write a test case manually?

However, every test case can be broken down into 8 basic steps.

  1. Step 1: Test Case ID.
  2. Step 2: Test Description.
  3. Step 3: Assumptions and Pre-Conditions.
  4. Step 4: Test Data.
  5. Step 5: Steps to be Executed.
  6. Step 6: Expected Result.
  7. Step 7: Actual Result and Post-Conditions.
  8. Step 8: Pass/Fail.

How do you manually write a test case?

What are type of test cases?

Types of test cases

  • Functionality test cases.
  • Performance test cases.
  • Unit test cases.
  • User interface test cases.
  • Security test cases.
  • Integration test cases.
  • Database test cases.
  • Usability test cases.

How do I start writing test cases?

What is test case explain with example?

Test cases define how to test a system, software or an application. A test case is a singular set of actions or instructions for a tester to perform that validates a specific aspect of a product or application functionality. If the test fails, the result might be a software defect that the organization can triage.

How do you write test cases types?

Test case steps should be broken into the smallest possible segments to avoid confusion when executing. Test cases should be written in a way that allows others to easily understand them and modify the document when necessary. Keep the end user in mind whenever a test case is created.

How do you design test cases?

Test Case Design Technique

  1. Boundary Value Analysis (BVA)
  2. Equivalence Partitioning (EP)
  3. Decision Table Testing.
  4. State Transition Diagrams.
  5. Use Case Testing.
  • August 24, 2022