Distribution of Test Framework Library

Below is a guide to creating a distribution RELEASE version of the automation library.

We'll cover the following

Distribution steps #

  1. Create the framework jar using any build management tool (Maven or Gradle).
  2. Upload the binary to the Artifactory (hosted locally or remotely).
  3. Create a Java test project and download the binary as a dependency for writing and executing tests.
  4. Setup Jenkins or any CI tool.
  5. Create a job for running tests via CI tool.
  6. Reports will be shared to stakeholders.

Refer to the diagram below which shows the overall distribution and usage of the framework.