My project has already existing end to end scenario using another tool. We are reproducing our scenario using NoraUI. The scenario is reproduced and working but with hard-coded testing data.
We would like to reproduce the dynamic testing data generation we had on our project into this one but it's a quite complicated way to generate them as we have multiple query on our database which can change depending on result of precedents one and other conditions.
It seems at the moment there is only three way to inject data into the scenario:
- XLSX File
- CSV File
- Single Query to DB
And this happen through the ScenarioInitiator which is launched at the very beginning of the run.
Is there a way to add a custom way to inject data into a scenario, or for example to generate the data inside the XLSX file before its data are injected without the need of another project ?