OGC CSW 2.0 Test-Suite provides the Executable Test Script (ETS) to test implementations against the following specification(s):
- OGC Catalogue Services Specification 2.0.2, OGC 07-006r1
Detailed information about this test suite is available here
There are two options to build and run this test.
This test is build using Apache Maven. Process:
Clone this repository:
% git clone https://github.com/opengeospatial/ets-csw202.git
Update information about the URL to be tested
open this file:
ets-csw202/src/test/resources/sut.properties
write the correct URL:
capabilities.url = http://[yourServerURL]?request=GetCapabilities&service=CSW&version=2.0.2
run maven test (note: if the build fails, check into this)
% mvn test
Follow the TEAM ENGINE instructions to install and run the tests in TEAM ENGINE.
Issue tracker is available at: github.
The cite-forum is where software developers discuss issues and solutions related to OGC tests.
Visit the CITE website to get more information about the CITE program and tools.