Business Logic Generators

How do I use the MemoryPutGen Generator?
Description The MemoryPutGen Generator keeps a map of name/value pairs in a memory for a given namespace. Any value from the map can then be retrieved from...
Sat, 28 Oct, 2023 at 10:21 AM
How do I use the MultiWeightCSVGen Generator?
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
How do I use the MultiWeightGen Generator?
Description The MultiWeightGen Generator allows multiple values to have a weighting to determine how often each value is generated.  For example, if ...
Sat, 28 Oct, 2023 at 10:22 AM
How do I use the NumberFormatGen Generator?
Description The NumberFormatGen Generator allows a referenced generated value to be formatted. For example, a user wants to take a number like 1234.09 ...
Sat, 28 Oct, 2023 at 10:23 AM
How do I use the SwitchGen Generator?
Description The SwitchGen Generator emulates a Java switch statement.  in This Article Generator Parameters Video Training Additional Information ...
Sat, 28 Oct, 2023 at 10:25 AM
How do I use the WeightGen Generator?
Description The WeightGen Generator defines a percentage between 1 and 100 to determine how often values generated from variable1 will be selected over val...
Sun, 24 May, 2020 at 10:52 AM
How do I use the MultiWeightSwitchCSVGen Generator?
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