Intermountain_H_3
16 years agoContributor
[RESOLVED]Accessing DataSink file f4om external .net app
I'm using SOAP-UI Pro 3.0.1
My test case loops multiple times, gathering data & appending records to a DataSink File.
I want to execute a special reporting app to read the DataSink file & create a customized report.
I tried putting logic as the last test case step, and also as a teardown script, but the app consistently gets an error that the file (newly created on each test case run) '... is being accessed by another process'.
Some testing appears to show that this 'other process' is the SOAP-UI test case.
Is there a way to insure my DataSink file gets closed/released so my external process can access it?
My test case loops multiple times, gathering data & appending records to a DataSink File.
I want to execute a special reporting app to read the DataSink file & create a customized report.
I tried putting logic as the last test case step, and also as a teardown script, but the app consistently gets an error that the file (newly created on each test case run) '... is being accessed by another process'.
Some testing appears to show that this 'other process' is the SOAP-UI test case.
Is there a way to insure my DataSink file gets closed/released so my external process can access it?