NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can TestStand compare two text files

Is there a way for teststand to compare two text files without Labview?  I'm doing some loop testring and I just want to check that FileA is the same as FileB and show the differences if they're not the same.  

0 Kudos
Message 1 of 2
(3,524 Views)

Hi,

 

you can use the .net step StepTye. and consuming TextReader class.
I assume you will need 10-12 Steps 2*(open,close,Size,Read) Compare and loop  to perform this task.

 

Another option is using the command line from WinMerge.

http://manual.winmerge.org/Command_line.html

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 2
(3,500 Views)