.
Mobile Number Test Case

Hello Folks, 

In this tutorial, we will learn how to write mobile number field validation test cases. We will also learn about positive test scenarios and Negative test Cases.

How to write test cases for the mobile number 
Here! The important test cases for the mobile number text box field are given...

UI Test Cases

  • Verify that the mobile number text box is on the webpage.
  • Check whether the user can type in the text box or not.
  • Check whether the typed text is properly visible to the user or not.
  • Verify the asterisk symbol for the mobile number if the field is a mandatory field 

  • Verify the alert message when the user clicks on save without entering the value in the mobile number text box, while it is a mandatory field.
  • Verify the alert message when the user enters the wrong data in the mobile number field. (Eg. Mobile Number, mobile number with a character and special symbol, Blank field, etc.)
  • Verify the placeholder for the mobile number field.

Functional mobile number field validation test cases

  • Verify the mobile number text field by entering the valid 10-digit mobile number, ie, "9878775858".
  • Verify the mobile number field by entering the Less than 10 digits mobile number ie, "898585858".
  • Verify the mobile number field by entering a more than 10 digits mobile number ie, "58585858585".
  • Verify the mobile number field by entering the blank space between the number ie, "8585 85858"
  • Verify the mobile number text field by copying and pasting the mobile number. It must be copied and pasted into the text box.
  • Verify the mobile number field by entering the 10 "Zero" in the text box ie, "0000000000"
  • Verify the mobile number field by entering only 10 blank spaces.
  • Verify the mobile number field without entering any value.
  • Verify the mobile number field by entering the special character
  • Verify the mobile number field by entering the character value.
  • Verify the mobile number field by entering the "0" at the beginning.


Hope!!! The Above test cases for the mobile number Validation are helpful for you...

Team,
QA acharya

Share Your Knowledge With Us 
Mail your content - qaacharya.in@gmail.com

mobile number Field Test Cases