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

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.