Forum Discussion
Intermountain_H_3
16 years agoContributor
The data is now written to the cortrect file, with the previous file being creted as you suggest.
However, the data does not actually get written to the Datasink file until the entire test case terminates. This was was corrected in 3.0.1 for my Dec. 4, 2009 post, by actually writing the data to the file at the end of the DataSink step, rather than waiting until the entire test case terminates.
My test case has one last step, following completion of my Data Loop, of executing an external .exe to evalate the data generated in the test case. This is failing because the data has not been written to the DataSink file yet.
However, the data does not actually get written to the Datasink file until the entire test case terminates. This was was corrected in 3.0.1 for my Dec. 4, 2009 post, by actually writing the data to the file at the end of the DataSink step, rather than waiting until the entire test case terminates.
My test case has one last step, following completion of my Data Loop, of executing an external .exe to evalate the data generated in the test case. This is failing because the data has not been written to the DataSink file yet.