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...
Sat, 28 Oct, 2023 at 10:08 AM
How do I use the CaseActionGen Generator?
Description The CaseActionGen Generator emulates multiple if-then-else cases. In This Article Video Training Generator Parameters Example - Generat...
Sun, 7 Jan, 2024 at 12:57 PM
How do I use the EdgeCaseGen Generator?
Description The EdgeCaseGen Generator generates edge case data useful for negative testing and testing edge cases. Parameters The following parameters...
Sat, 28 Oct, 2023 at 10:10 AM
How do I use the EvalCaseGen Generator?
Description The EvalCaseGen Generator evaluates equations using up to 5 variables and when true returns the value of parameter caseTrue else it returns the...
Sat, 28 Oct, 2023 at 10:11 AM
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, ...
Sat, 28 Oct, 2023 at 10:12 AM
How do I use the IfThenElseGen Generator?
Description The IfThenElseGen Generator evaluates a Boolean referenced value and select one of two referenced values based on the True or False result:  ...
Sat, 28 Oct, 2023 at 10:14 AM
How do I use the LessThanEqualGen?
Description The LessThanEqualGen Generator allows one or more <= conditions. For example: if (x <= 1) then select option A if (x <= 2) then sel...
Sat, 28 Oct, 2023 at 10:14 AM
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...
Sat, 28 Oct, 2023 at 10:17 AM
How do I use the MemoryGetGen Generator?
Description The MemoryGetGen Generator references a map of key/value pairs stored in memory by a MemoryPutGen Generator. It can reference a given memory ma...
Sat, 28 Oct, 2023 at 10:21 AM