TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
TAST tool Menu
TAST Adaptors
Adaptors examples
TAST Integrations
Interesting features
Documentation of technical administration
Modeling recommendations
Training in the TAST tool
TAST integrates with Jenkins as a part of its Continuous Integration.
The objective is to manage the integration between Jenkins and TAST in order to allow the execution of the regression test after each deployment done inside the Pipeline. For enabling the integration between Jenkins and TAST, two main components are going to be provided by TAST:
The following picture shows the general architecture view for enabling the solution of continuous integration between Jenkins and TAST.
The TAST-CI MicroService API allows to order the execution of an Application in order to run the regression tests after a deployment. An Application is a group of Test Sets that have been packed for a specific Environment. The API call is built as follows:
Example:
IMPORTANT:
In order to implement regression testing in the continuous integration, Infrastructure allows you to define Pools that contain the Applications that must be tested; these applications are defined via aggregating the TestSets that must be run. You can also decide there the Host Lab that will be used for the execution.
You can have a full explanation on how to use it here.