Forum Discussion
PaulDonny
12 years agoRegular Contributor
What is causing it to look for the file? Based on that error message it is attempting to either read or write from the file prior to creation. Something has to be causing this.
If you just want to fix the error, create the file during a Setup script. If you want to fix the underlying problem, don't do any reporting until your teardown script and then just grab the data from your steps after they have happened.
If you just want to fix the error, create the file during a Setup script. If you want to fix the underlying problem, don't do any reporting until your teardown script and then just grab the data from your steps after they have happened.