Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.
Catalin Dinuta edited this page Mar 9, 2021 · 2 revisions

Case 1

The agent is running near the SUT. There the test runner can execute SUT actions:

  • restart SUT
  • copy files
  • manage system processes

In such case additional execs can be brought, like jars and called via rest.

image

Case 2

The agent is controlling the automation framework written in any language. Here you can instruct the agent to start your specific tests grouped in specific suites.

Examples:

  • mvn clean verify -Dtype=GenerateConfig
  • mvn clean verify -Dtype=StartTests

This use case applies very well in Kubernetes to have access to the automation framework.

image

Case 3

Combine case 1 and 2 together if needed.

Case 4

Use the agent to control a CLI app via REST API.

Clone this wiki locally