简体   繁体   中英

Squish H5 files

I am trying to extract data from HDF files and compare the data. Is it possible to automate the process using Squish? Also how to compare data of 2 HDf files of different versions? I am very new to this and have no clue how to start. Any help is appreciated.

Thank you!

If the HDF files are basically plain text, it may be possible to use test.compareTextFiles() .

If you can convert the HDF files to XML and you can use test.compareXMLFiles() , which gains you the ability to ignore dynamic portions more easily.

And in general, if you can find any tools that do what you need (extraction, comparison/diff) then you can use them in Squish test scripts (see Article - Executing external applications ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM