Business Logic Generators

How do I use the AccumBooleanGen Generator?
Description The AccumBooleanGen Generator generates the cumulative sum of the referenced value based on the Boolean reset value. In This Article Gene...
Sat, 15 Apr, 2023 at 12:03 PM
How do I use the CalcGen Generator?
Description The CalcGen Generator calculates the result of an equation using up to five variables. Variables can either be constant values or references to...
Fri, 14 Feb, 2025 at 11:59 AM
How do I use the CaseActionGen Generator?
Description The CaseActionGen Generator emulates multiple if-then-else cases. Like a case statement in a programming language, it returns the first case th...
Wed, 19 Feb, 2025 at 7:11 AM
How do I use the EdgeCaseGen Generator?
Description The EdgeCaseGen Generator generates edge case data useful for negative testing and testing edge cases. An edge case is a rare or unexpected sce...
Mon, 10 Mar, 2025 at 11:56 AM
How do I use the EvalCaseGen Generator?
Description The EvalCaseGen Generator evaluates equations using up to 5 variables. When true, it returns the value of parameter caseTrue; otherwise, it ret...
Thu, 13 Feb, 2025 at 4:16 PM
How do I use the EvalCaseSentenceCSVGen Generator?
Description The EvalCaseSentenceCSVGen Generator emulates multiple if-then-else cases by returning the first true value and loads the Subject, Predicates, ...
Thu, 27 Feb, 2025 at 5:01 PM
How do I use the IfThenElseGen Generator?
Description The IfThenElseGen Generator evaluates a Boolean-referenced value and selects one of two referenced values based on the True or False result. Th...
Thu, 20 Feb, 2025 at 4:05 PM
How do I use the LessThanEqualGen?
Description The LessThanEqualGen Generator allows one or more <= conditions. You can use it to evaluate conditions involving numerical or comparable dat...
Sat, 8 Mar, 2025 at 3:10 PM
How do I use the MapGen Generator?
Description The MapGen Generator generates data as a result of mapping one data value to another data value. This Generator ensures that when one data val...
Fri, 21 Feb, 2025 at 6:00 PM
How do I use the MemoryPutGen and MemoryGetGen 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