robotframework-faker
robotframework-faker copied to clipboard
Logging test data for test case repetition
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