Test Cases for Submit Button

Test Cases for submit button

Nowadays, there are many areas on the websites where the “submit button” can be used. For example HRMS domain, Banking domain, Ecommerce domain etc… this button does appear. So In this article, we have tried to cover positive and negative test cases for submit button.

UI Test Cases

  1. Verify that submit button design is as per specification or not.
  2. Verify that the submit button properly aligned or not.
  3. Verify that the label text properly displayed or not.
  4. Verify that the font family of the submit button.
  5. Verify that the color of the submit button.
  6. Verify that the height of the submit button.
  7. Verify that the width of the submit button.
  8. Verify that the length of the submit button.
  9. Verify that the button name shows as per requirement or not.

Functional Test Cases

  1. Verify that the submit button is clickable or not.
  2. Verify that if the user clicks on submit button without filling required fields then validation error message should be displayed on screen.
  3. Verify that the user is able to submit with valid data or not.
  4. Verify that the user should not be able to submit with invalid data.
  5. Verify that after clicking on the submit button, the user should be redirected to the destination page or not.

Negative Test Cases

  1. Verify that any spelling mistake on label text of the submit button.
  2. Observe the behavior of application when user clicks twice on the submit button.

Conclusion :

So in this way, we covered submit button test cases. If you are looking for more examples then please visit the link below.

Thank you, Readers…!!!

1.Test Cases For Logout Button

2. Test Cases For Radio Button

3. Test Cases For Button

4. Test Cases For Apply Button

5. Test Cases For Contact Form

Scroll to Top