Query Generators
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
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
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
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
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
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