Numeric

This generator creates a number.

How to use the “Numeric” generator

  • Random values
    • Randomly generate values between minimum and maximum limits.
    • Decimal. Set the number of places after the decimal point. Example #2 will generate value with 2 decimals (3.75).
    • Include random blanks. Including random blanks generates empty strings among the values for use in the field or data type.
  • Sequential list
    • Generate a sequence of 0, 1, 2, 3, etc.
    • Decimal. Set the number of places after the decimal point. Example #2 will generate value with 2 decimals (3.75).
    • Increment by. The step or interval to use between each value. You can use a negative value.
    • Start new list. Always start with the minimum limit or the maximum limit if you’re using a negative increment.
    • Continue from previous list. If you run the test and it ends with 13, the next time it will start with 14.
Example #1: Generated Values
  • Sequential list
  • Between: 10 and 1000
  • Decimal: 2
  • Increment by: 5
  • Start new list
10.34
15.2
20.85
25.39
30.12
Example #2: Generated Values
  • Random values
  • Between: 10 and 1000
  • Decimal: 0
  • Include random blanks: unchecked
353
942
359
626
967