Query Generators
Description The QueryBeforeLoopV2Gen Generator allows querying a column within a table using an SQL select statement BEFORE the 1st iteration of test data ...
Mon, 16 Dec, 2019 at 6:56 AM
Description The QueryEachLoopV2Gen allows querying a column within a database table, using an SQL select statement, on EACH iteration of test Generation. ...
Mon, 16 Dec, 2019 at 6:57 AM
Description The QueryFromMapGen maps to a given column that is managed by the QueryToMapGen to generate its data for a given Attribute. Parameters T...
Thu, 26 Sep, 2019 at 8:48 PM
Description Using SQL, the QueryToMapGen will query data from one or more database table columns into a memory buffer. The query is executed before the fi...
Thu, 26 Sep, 2019 at 10:37 PM