-
Notifications
You must be signed in to change notification settings - Fork 40
Tests for TEAM Engine
dstenger edited this page Jun 4, 2018
·
27 revisions
Method(s): White Box Testing
Test name: Unit tests executed by TEAM Engine Maven project
Requirements:
- TEAM Engine Maven project: https://github.com/opengeospatial/teamengine
- Installation of Maven 3.3+.
Test execution:
Step | Action | Assert |
---|---|---|
1 | Clone Maven project and execute Maven with mvn clean install
|
There must be no failures |
Method(s): White Box Testing, Gray Box Testing, Black Box Testing
Test name: Integration tests executed by TEAM Engine Maven project
Requirements:
- TEAM Engine Maven project: https://github.com/opengeospatial/teamengine
- Installation of Maven 3.3+.
Test execution:
Step | Action | Assert |
---|---|---|
1 | Clone Maven project and execute Maven with mvn clean install
|
There must be no failures |
Method(s): Black Box Testing
Test name: TEAM Engine SoapUI project
Requirements:
- TEAM Engine SoapUI project: TEAM-Engine-soapui-project.xml
- Installation of SoapUI 5.4+.
- TEAM Engine with test suites for WFS 2.0 and WMS 1.3.0 must be installed on target system.
Test execution:
Step | Action | Assert |
---|---|---|
1 | Execute SoapUI test suite | There must be no failures |
Test name: Web browser interface
Requirements:
- Installation of web browser.
- TEAM Engine with test suites for WFS 2.0 and WMS 1.3.0 must be installed on target system.
Test execution:
Step | Action | Assert |
---|---|---|
1 | Execute WFS 2.0 test suite via web browser interface | No unexpected errors occur |
2 | Execute WMS 1.3.0 test suite via web browser interface | No unexpected errors occur |