Skip to main content

Textbox Field Test Cases

Here i am providing you the Test Cases if you are going to Test a Text Box which may be field like Age Text Box, Email input Text Box, Date Text Box, Name Text Box, Password Text Box, Price Text Box Field etc.

Age Text Box Field Test Cases
  • Age should be in Numeric ( May be alphanumeric as per the requirement)
  • Maximum 3 digit allowed in the age
  • There should be maximum age value
  • Age can't be 0 or Negative value
  • first entry should not be space/blank value
  • Last positive should not be the blank/space value
Email input Text Box Text Cases
  • Email should be in valid format like abcd@xyz.com or abcd@yahoo.co.in( Valid Email Format)
  • There should be maximum character limit of the field
  • Last positive should not be the blank/space value
Name Input Text Box Test Cases
  • Special Character should not be allowed
  • Number should not be allowed
  • Max character limit should be there
  • first entry should not be space/blank value
Price Text Box Test Cases
  • Price field should be in float value
  • It should be only 0 and positive values
  • Characters should not be allowed
  • After decimal only 2 digits should be allowed
  • first entry should not be space/blank value
  • Last positive should not be the blank/space value
Date Text Box Test Cases
  • Date should be in valid format as per the location( like dd/mm/yyyy or dd/mm/yy or mm/dd/yy etc)
  • There should be a proper example for format below the text box
  • first entry should not be space/blank value
  • Last positive should not be the blank/space value
  • Field should not accept other symbol other then backward and forward slash
  • Should not accept 0 for all space around the slashes
  • It should not accept blank for any part
  • more then 31 date should not allowed
  • more then 12 in a month should not allowed
  • Date field should be accepted as per the the month value
Password Text Box Test Cases
  • Password should fulfilled of the minimum requirement of total counts and the required  combination as per the Requirement
  • Value should be encrypted

Comments

Popular posts from this blog

What is API?

In general way, API (Application Programming Interface) is the intermediate software which is useful for two applications to communicate. API is the tool which is used for interaction of two applications. If developer developing any software which have multiple blocks (Modules) than developer use APIs to put them together.

Structural Testing

Structural Testing is the type of testing in which user should have the knowledge of the code because in this testing user need to check the structure of the system. Structural Testing is White Box Testing.