Klaros-Testmanagement is able to import test results via a REST interface into the Klaros-Testmanagement database. By default the url of the importer is http://localhost:18080/klaros-web/importer .The content will be transferred via a HTTP PUT request using the above URL and various URL Query parameter. The following parameters are supported:
A complete example for a QF-Test import URL would look like this:
Example 10.1. QF-Test import URL sample
http://localhost:18080/klaros-web/importer?config=P00001&env=ENV00001&sut=SUT00001&type=qftest&time=01.01.1970_12:00&username=validUser&password=validPassword
with the result file contained in the HTTP request body.