06-26-2020 01:07 PM - edited 06-26-2020 01:08 PM
System Link Client - How do I get test data from and .exe. The .exe is the UUT tests, when the testing is complete the test.exe writes the test data to an Excel file. Is there anyway to grab the test data as it is being written to Excel?
06-29-2020 05:25 PM
A lot depends on how the .exe application was written: whether results are written incrementally, the file type, how it was opened. It may be possible to monitor this file and incrementally publish results to System Link with a custom client-side application utilizing System Link APIs. There are other alternatives if willing to wait until file is complete.