robotframework-faker icon indicating copy to clipboard operation
robotframework-faker copied to clipboard

Logging test data for test case repetition

Open dschweie opened this issue 11 months ago • 0 comments

As a tester, I want Faker Library to store the synthetic test data in a machine-readable format so that I can easily repeat a failed test case.

When I use Faker in my test script, the data is stored in my variables and I can use those to find the data. This process is very laborious.

Perhaps Faker could also work with the log file to ensure that the same data is used repeatedly and that the test case can be used for troubleshooting.

Idea came up from René Rohner

dschweie avatar Feb 11 '25 08:02 dschweie