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.

Smoke Testing

In Smoke Testing, Testing team check the key feature or key bugs of the software. Smoke testing ensure that critical functionality of the software is working fine.If key features are not working then it is no needed to test the overall functionality because it is just waste of time. In Smoke Testing, test team check the basic feature of the software and if basic feature is not working it means software is broken very badly and further testing is unnecessary. If Smoke Testing failed then it is declared that build is unstable and revert back to developer team until smoke test is pass.

Guide to Setup Selenium Web Driver

In this Article i am describing you how to setup Selenium Web Driver in your Machine Step 1: First You need to install Java in your Computer. To download the java Click Here