Runs JUnit Test cases and generate HTML report, keeps past run history
This tool pulls all JUnit testcases from the class path and run them all. After completion of test case execution it populates the result in database tables. A report tool fetch the result data from database and produce an HTML report.
Highlights of this tool
- No coding effort is required from developer to integrate existing JUnit test cases. They just need to put their test case folder to the class path
- Since it keep the test result data in a database, it can keep history of...
IRSA is a toolkit for Information Retrieval Service Assessment.
IRSA is a toolkit for Information Retrieval Service Assessment. It builds upon the Grails Web Framework and is developed at GESIS.
It implements two main functionalities: (1) A number of showcases that show the implemented services like a so-called Search Term Recommender and different science-model based ranking mechanisms and (2) an IR assessment module that let's one do an interactive evaluation of the retrieval services.
All implemented services are available via well-documented...