Software Testing Fundamentals : Testing an Input

Pramod Dutta
Software Testing Guide
1 min readApr 23, 2017

How to Test a Input text Field ?

Get the Idea the type of the Input Text Field.
— Name
- Address
- Email etc.

  • Alphabets Check or Special Char.(#, /, -)
  • Numbers Check for Limits.
  • Mandatory fields.

Use Tools

  1. Blind text generator
  2. Big-list-of-naughty-strings — http://bit.ly/randomstrings

--

--