Skip to main content

Test InsuranceSuite applications

You can run tests in TeamCity and configure them using CI Management or CI/CD Manager API. You can use the GUnit server tests and smoke tests.

CI Management

CI Management allows you to manage test build configurations. For details, see Define default test suites.

Note:

Access to this application can be managed by:

Run tests in TeamCity

To run tests, perform the following steps:

  1. Go to TeamCity > {YOUR_PROJECT} > {YOUR_APPLICATION} > {TEST_FRAMEWORK}.

  2. Select Run.

    You can also check the parameters of the build.

Note:

Server tests are included in the build pipeline and are triggered automatically every time you build an application. Smoke tests and behavior tests are not included in the build pipeline. You must run them manually.

On this page