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

Csv file is update during time and used that Csv file for parameterized that for other test method. But updated Csv file value is not taken. It is taking old values #2327

Closed
Umamaheswari1311 opened this issue Dec 4, 2020 · 3 comments

Comments

@Umamaheswari1311
Copy link

Umamaheswari1311 commented Dec 4, 2020

Example:

  1. Start execution
  2. From application to Hash map (Data stored)
    3.Hashmap to Csv file
    4.use that Csv file for serenity parameterization
    5.it won't pick the Run time stored value in Csv file
@Umamaheswari1311 Umamaheswari1311 changed the title Csv file is update during time and used that Csv file and parameterized that for other test method. But updated Csv file value is not taken. It is taking old values Csv file is update during time and used that Csv file for parameterized that for other test method. But updated Csv file value is not taken. It is taking old values Dec 4, 2020
@wakaleo
Copy link
Member

wakaleo commented Dec 4, 2020

You would need to dig into the code but I doubt this is supported - test data is generally considered to be immutable once loaded.

@Umamaheswari1311
Copy link
Author

Anyway is there to achieve my scenerios

@wakaleo
Copy link
Member

wakaleo commented Dec 4, 2020

Don’t use the same file - create a new one.

@wakaleo wakaleo closed this as completed Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants