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

Why Jmeter is best option for Performance Testing?

There are multiple tools in market for performance testing of any software but Jmeter is the best solution among all of them due to some reason listed below 1) Jmeter is the open source application so users who use this application will not to pay anything. 2) You can use Jmeter for performance of any web application,  Databases and Web Services (REST and SOAP APIs). 3) Jmeter have the user friendly UI component so it is very easy to use. 4) Jmeter can be used to simulate to put maximum number of concurrent users on a server, network or object to test its strength or to analyze overall performance under different load types. 5) Jmeter also use for functional testing for static( JavaScript and HTML) and dynamic( JSP, Servlets and AJAX) resources. 6) Jmeter provides Verity of graphical representations for performance report so it is easy to understand.

How You Can Test Database?

Now we know the Database Testing which you can learn in my last article. In this article we will discuss about the steps that need to following to test any Database. Database Tester should have some basic knowledge regarding SQL Command like DDL (create/drop),  DML (Insert/Delete/Update) and DCL (Grant/Revoke).

Causes of Software Defects

It is practically impossible that developer develop a bug free software and that software we can deliver without Testing. If the complexity of the software increased then there must be bugs that can harm the users who will use that software.