Query Generators

How do I use the QueryBeforeLoopV2Gen Generator?
Description The QueryBeforeLoopV2Gen Generator allows querying a column within a table using an SQL select statement BEFORE the 1st iteration of test data ...
Mon, 30 Oct, 2023 at 6:38 AM
How do I use the QueryEachLoopV2Gen Generator?
Description The QueryEachLoopV2Gen allows querying a column within a database table, using an SQL select statement, on EACH iteration of test Generation.  ...
Mon, 30 Oct, 2023 at 6:38 AM
How do I use the QueryFromMapGen Generator?
Description The QueryFromMapGen maps to a given column that is managed by the QueryToMapGen to generate its data for a given Attribute. Generator P...
Fri, 25 Aug, 2023 at 6:13 PM
How do I use the QueryToMapGen Generator?
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...
Fri, 25 Aug, 2023 at 6:16 PM
How do I use the ListCSVIndexGen?
Description The ListCSVIndexGen Generator allows the loading of data from a CSV file by the column index. This Generator loads the data into the list in me...
Mon, 30 Oct, 2023 at 6:39 AM
How do I use the QueryReGenerateOnHitGen?
Description The QueryReGenerateOnHitGen allows regenerating the value if the referenced value exists in the database table. The main idea behind this Gener...
Tue, 2 Mar, 2021 at 5:27 AM