XJTAG Log File Format
The XJTAG formatted log file is a container file that contains a number of other files. It has the file extension .xjlog. The file is compatible with the zip file format, which has wide support for reading both programmatically and with a wider variety of tools and applications.
Contents
Inside the log file are a number of different files:
- Info.xml
- A description of the rest of the contents of the .xjlog file.
- Run x.xml
- Each test run in XJRunner has a file with that run's output in it, numbered sequentially from 1 onwards. The Info.xml file indicates how many test runs are present in the .xjlog file.
- Run x.checksum
- Each test run XML file has a corresponding checksum file that is used to verify that the log file has not been modified since it was first created.
For example, a log file containing two test runs would have the following files inside:
- Info.xml
- Run 1.xml
- Run 1.checksum
- Run 2.xml
- Run 2.checksum
XJTAG v4.1.100