Query Generators

How do I use the QueryBeforeLoopV2Gen Generator?
Description The QueryBeforeLoopV2Gen connects to an SQL database via JDBC, uses a user-defined select statement to retrieve a finite set of values, and sto...
Tue, 23 Apr, 2024 at 5:30 PM
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.  ...
Wed, 18 Sep, 2024 at 2:21 PM
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, 16 Aug, 2024 at 8:25 AM
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, 16 Aug, 2024 at 8:20 AM
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...
Wed, 18 Sep, 2024 at 1:40 PM