TEAM Engine (Test, Evaluation, And Measurement Engine) is an engine for testing web services and other resources written in JAVA. It executes test scripts written in Compliance Test Language (CTL), TestNG and other languages. It is lightweight and easy to run as a command line or to setup as a service. It can be used to test any type of service or encoding. It is also the official tool used by the Open Geospatial Consortium (OGC) for compliance testing.
Apache License 2.0
45
stars
41
forks
source link
REST API: Test run against CTL based test suite does not return test result #548
Describe the bug
When running a CTL based test suite via REST interface and setting HTTP header Accept: application/rdf+xml, the returned response contains elements testsSkipped, testsPassed and testsWarning filled with 0. Thus, the report does not provide the test result.
However, when monitoring the log file, it seems that the tests were executed.
At the bottom, I added an example response of WMS 1.3 test suite executed via REST interface.
Describe the bug When running a CTL based test suite via REST interface and setting HTTP header
Accept: application/rdf+xml
, the returned response contains elementstestsSkipped
,testsPassed
andtestsWarning
filled with0
. Thus, the report does not provide the test result.However, when monitoring the log file, it seems that the tests were executed.
At the bottom, I added an example response of WMS 1.3 test suite executed via REST interface.
This bug occurs with TEAM Engine v5.5.
To Reproduce Steps to reproduce the behavior:
Accept: application/rdf+xml
.Expected behavior The report shall contain the correct test result.
Additional context Example response when executing WMS 1.3 test suite via REST interface: