Skip to content

opengeospatial/ets-csw202

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGC Catalog Service for the Web (CSW) 2.0 Test-Suite

OGC CSW 2.0 Test-Suite provides the Executable Test Script (ETS) to test implementations against the following specification(s):

Detailed information about this test suite is available here

License

Apache 2.0 License

Building

There are two options to build and run this test.

1. Configure a properties file and run using maven

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

2. Run it within TEAM ENGINE

Follow the TEAM ENGINE instructions to install and run the tests in TEAM ENGINE.

Bugs

Issue tracker is available at: github.

Mailing Lists

The cite-forum is where software developers discuss issues and solutions related to OGC tests.

More Information

Visit the CITE website to get more information about the CITE program and tools.