Testing Guide
Back to Kenst
  • Home
  • Data Catalogs
    • Fixed Point
    • Floating Point
    • Integers
    • Phone Number
    • Strings
    • Zip + Post codes
  • Error Catalogs
  • Test Strategy
    • HTSM
  • Exploratory Testing
    • Writing Exploratory Charters
  • Test Design
    • Automating
    • Domain Testing
    • Functional Testing
    • Regression Testing
    • Security Testing
    • Unit Testing
    • Test Techniques
    • Test Oracles
    • Quicktests
  • Misc
    • Examples of Testing Portfolios
    • Stopping Rules
    • Testing Folklore
    • Mobile
    • About Test Idea Catalogs
    • Bug Reporting
    • Test Reporting
Powered by GitBook
On this page
  • Strings
  • Uses

Was this helpful?

  1. Data Catalogs

Strings

PreviousPhone NumberNextZip + Post codes

Last updated 4 years ago

Was this helpful?

What are some interesting input tests for a simple string field?

Strings

  • Nothing

  • Empty field (clear the default value)

  • Null character (ASCII 0)

  • Whitespace only (tab, space, CR (ASCII 13), ASCII 127)

    •  

    • More available:

  • Hyphenated last names

    • Rainbolt-greene

  • Strings + Unicode

    • See emjois below

  • Unicode like Emjois

    • Names like Chris 💣 (bomb)

Uses

  • eCommerce fields during checkout

  • Forms

https://en.wikipedia.org/wiki/Whitespace_character
Awesome Unicode
Big List of Naughty Strings