mgroen2
9 years agoSuper Contributor
How to validate if file is created (on disk)
In my tests, I need to validate if a file is created, physically, on disk (I know the path to where it should be created). What would be the best approach to validate if file is actually existing (created) as part of an automated test?
I know opening Windows file explorer, navigating to the folder and create a snapshot would provide some level of proof but I think this is cumbersome, and I think maybe better approaches are possible.
Any ideas, tips, are appreciated.