dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

As a user I wish to store the contents of a CSV for verification #555

Closed tyBouch closed 1 year ago

tyBouch commented 1 year ago

As a user if I'm in a situation where a randomly generated CSV (such as an automated instruction set) is downloaded, but not uploaded that I can verify an app obeys the instructions it had generated.

Example: An App downloads a file with instructions. The user indicates they will follow with no changes. The app then needs to be checked that the instructions it printed are the instructions it follows.

To solve this I need to be able to store the text of the CSV for later comparison.