Business Logic Generators
Description The AccumBooleanGen Generator generates the cumulative sum of the referenced value based on the Boolean reset value. Parameters The follow...
Sun, 15 May, 2022 at 1:39 PM
Description The BooleanValueGen Generator randomly generates two values with equal probability. The default values are True and False. Users can change the...
Sun, 15 May, 2022 at 1:46 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...
Sun, 15 May, 2022 at 1:52 PM
Description The CaseActionGen Generator emulates multiple if then else cases. Parameters The following parameters may be configured for the CaseAction...
Sun, 15 May, 2022 at 2:39 PM
Description The DateBaseUniqueIdGen Generator combines the current date with an index to create unique identifiers. Parameters format* – Defines how ...
Sun, 15 May, 2022 at 2:42 PM
Description The EdgeCaseGen Generator generates edge case data useful for negative testing and testing edge cases. Parameters The following parameters...
Sun, 15 May, 2022 at 2:45 PM
Description The EvalCaseActionGen Generator emulates multiple if-then-else cases by returning the first true value. Syntax: case1 == false case2 =...
Thu, 19 Mar, 2020 at 3:54 PM
Description The EvalCaseGen Generator evaluates equations using up to 5 variables and when true returns the value of parameter caseTrue else it returns the...
Mon, 12 Apr, 2021 at 2:11 AM
Description The EvalCaseSentenceCSVGen Generator emulates multiple if-then-else cases by returning the first true value and loads the Subject, Predicates, ...
Sun, 22 Nov, 2020 at 9:35 AM
Description The EvalGen Generator evaluates simple to complex equations using up to 8 variables to return a true or false result. The allowable operato...
Fri, 20 Mar, 2020 at 10:32 AM