Business Logic Generators
Description The MemoryPutGen Generator keeps a map of name/value pairs in memory for a given namespace. Any value from the map can then be retrieved from m...
Wed, 26 Feb, 2025 at 1:24 PM
Description The MultiWeightGen Generator allows multiple values to be weighted to determine how often each value is generated. You can enter a constant v...
Sun, 27 Apr, 2025 at 9:35 AM
Description The MultiWeightCSVGen Generator allows multiple values to have a weighting to determine how often each value is generated. Values and their res...
Sat, 28 Oct, 2023 at 10:20 AM
Description The MultiWeightSwitchCSVGen Generator reads metadata from a CSV file to map multiple MultiWeightGen Generators into memory via a key. The key a...
Fri, 29 Jul, 2022 at 10:14 AM
Description The NumberFormatGen Generator allows a referenced generated value to be formatted. You can use it to format numerical values to meet test data ...
Thu, 6 Mar, 2025 at 4:28 PM
Description The SwitchGen Generator emulates a Java switch statement. You can define multiple cases (conditions), and the generator will generate the value...
Tue, 4 Mar, 2025 at 5:27 PM
Description The WeightGen Generator defines a percentage between 1 and 100 to determine how often values generated from variable1 will be selected over val...
Thu, 6 Mar, 2025 at 5:19 PM