...
CONNECT testing is performed on three levels:
- Basic unit testing / validation suite testing during development
- Jenkins CI Nightly testing
- QA testing prior to closing JIRA tickets
...
The validation suite is executed as part of almost every QA test plan to ensure that new code or configuration changes do not adversely affect the current CONNECT services. The test is a SoapUI test project located /CONNECT/Product/SoapUI_Test/ValidationSuite and can be executed by running the g0 and g1 test suites. The following configurations need to be set in order for the validation suite to be executed successfully: GatewayPropDir must be set to the full path of the local CONNECT properties directory of your container server
Validating CONNECT Installation
System Administration Module (SAM) Testing
...
The regression test suite includes four test categories: standard, passthrough, bimodal and manual. Within each category there are several tests, all of which are designed to verify that previous CONNECT fixes and improvements continue to function as designed with each release.
...