Business Logic Generators
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
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
Description The CaseActionGen Generator emulates multiple if-then-else cases. In This Article Video Training Generator Parameters Example - Generat...
Mon, 19 Aug, 2024 at 3:16 PM
Description The EdgeCaseGen Generator generates edge case data useful for negative testing and testing edge cases. In This Article Generator Paramete...
Wed, 10 Jul, 2024 at 3:26 PM
Description The EvalCaseGen Generator evaluates equations using up to 5 variables. When true, it returns the value of parameter caseTrue; otherwise, it ret...
Wed, 10 Jul, 2024 at 3:38 PM
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
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
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
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
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...
Tue, 5 Nov, 2024 at 4:56 PM