Leo_BR,
Then, I suggest that you use your log files as reference as suggested by Jon.
Normally, the log files are stored in the \qm\pbq\ directory. If you set in your testplan to "QSTATS_Mode = Histo" and "Analog_Sample_Rate = 1", you will get a log file for each test that is executed in the testplan for that version.
Once you have verified that all the tests are there, you can delete the log files and execute the testplan for the next version.
If you want, you can create a script to output the list of files in the \qm\pbq\<board> directory into a file for easier reading.
Or you could try the following ...
- from a shell window, navigate to the \qm\pbq\<board> directory, where <board> is your board test directory name
- at the command prompt, execute the following command
ls *.mes > testlist_<version>
This will result in a file (testlist_<version>) with the list of *.mes files, one for each test (or subtest) executed.
Hope this works for you.
rgds ... adrian