What's New
Generate a data set using a database query

In the Scenario module, you can now set up a database query to generate a data set for testing purposes. The query can be tailored to retrieve a specific data set based on your requirements.
You can also insert variables into the query to filter the results and retrieve the matching data sets. When creating a data set in the Data Sets module, you must provide values for these variables.
The results from the query will be presented in a return format based on the velocity script. The number of generated data sets will be the same as the number of rows the query returns.
The data sets are mapped to the steps you have defined in the scenario where the database query was configured.
Validate an uploaded file

A template file can now be uploaded to the Test Assistant. The file containing possible key-value pairs will be validated first. You can then select which pairs to save as a validation service.
Complex SQL assertions

Test Assistant can now handle and process complex SQL assertions such as joining multiple tables. This means that you can now execute more advanced and sophisticated SQL queries.