Business Logic Generators
Description The AccumBooleanGen Generator generates the cumulative sum of the referenced value based on the Boolean reset value. Parameters The follow...
Thu, 9 Apr, 2020 at 11:57 AM
Description The BooleanValueGen Generator randomly generates two values with equal probability. The default values are True and False. You have the option ...
Thu, 19 Mar, 2020 at 2:58 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...
Thu, 19 Mar, 2020 at 3:37 PM
Description The CaseActionGen Generator emulates multiple if then else cases. Parameters The following parameters may be configured for the CaseAction...
Thu, 19 Mar, 2020 at 3:41 PM
Description The DateBaseUniqueIdGen Generator combines the current date with an index to create unique identifiers. Parameters format* – Defines how ...
Thu, 19 Mar, 2020 at 3:42 PM
Description The EdgeCaseGen Generator generates edge case data useful for negative testing and testing edge cases. Parameters The following parameters...
Thu, 19 Mar, 2020 at 3:43 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 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 EvalCaseGen Generator evaluates equations using up to 5 variables and when true returns the value of parameter caseTrue else it returns the...
Fri, 20 Mar, 2020 at 10:19 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