Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Test Data #363

Open
2 tasks
Llandy3d opened this issue Nov 22, 2024 · 0 comments
Open
2 tasks

Support for Test Data #363

Llandy3d opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Llandy3d
Copy link
Member

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:

Image

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
@Llandy3d Llandy3d added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants