The goal of this project is to provide a
tool for simplifying the analysis of logfiles
issued when a testsuite runs.
As an example, the Open POSIX Test Suite
(see links section for details) contains about
1850 testcases for the conformance testing.
Running this testsuite results in collecting a large
amount of data: the test results, but also messages
from testcases and/or from compiler.
Our project provides a simple method to store
all the data in a database, and then access it
through a web interface.
This is more user-friendly than browsing a huge text
logfile, but also it permits more complex operations
such as comparing several runs, filtering the
displayed information, accessing general information
about each test, etc...
- please refer to the features description
for a complete overview.
|