You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support Test Data files for use with the Parameterization rule.
This could be csv or json files that contain multiple entries of values to be used in tests.
We are supporting test variables but for real world usage we need the ability to import json/csv files with test data that the users can use in their script.
This is going to need a proper design doc and unanswered questions we have are like:
Where does test data live ?
Is test data specific to a single Generator or is it shared between all of them ?
Which modes of VU sharing do we allow ?
A simple implementation could be something in the lines of this, by using the new csv module:
But this is a really open problem and we need to gather more detailed information on specific use cases where it makes sense to use data files.
This ticket could be divided in two steps:
Explore how to tackle and where to put test data files
Implement the logic for handling test data
The text was updated successfully, but these errors were encountered:
We need to support Test Data files for use with the
Parameterization
rule.This could be
csv
orjson
files that contain multiple entries of values to be used in tests.We are supporting test variables but for real world usage we need the ability to import json/csv files with test data that the users can use in their script.
This is going to need a proper design doc and unanswered questions we have are like:
A simple implementation could be something in the lines of this, by using the new csv module:
But this is a really open problem and we need to gather more detailed information on specific use cases where it makes sense to use data files.
This ticket could be divided in two steps:
The text was updated successfully, but these errors were encountered: