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

Was this helpful?

  1. Data Catalogs

Fixed Point

What are the interesting input tests for a simple floating point field?

Fixed Point

  • Nothing

  • Empty field (clear the default value)

  • Whitespace only (tab, space)

  • 0

  • Valid value

  • At lower bound (LB) of range

  • At lower bound (LB) of range − delta

  • At upper bound (UB) of range

  • At upper bound (UB) of range + delta

PreviousData CatalogsNextFloating Point

Last updated 4 years ago

Was this helpful?