Any good testing framework with support for a distributed environment?

I am looking for a form of automation automation that can work in the Clinet / Server architecture (distributed env) and support a combination of operating systems such as Windows, unix / linux and Mac Currently I evaluate and search only OpenSource solutions, I found only one STAF structure any help as directed by another similar structure could be of great help

This is not for a web application, but for an application using the CLI and GUI, and no proper API level :(

+3
source share
3 answers

STAF, , . - , , . , .

+2

STAF, , . , -, , . hudson, .

+1

The Robot Framework has a remote test library that uses XML-RPC to send commands from the test environment to remote servers. It has remote server samples in python and ruby.

+1
source

Source: https://habr.com/ru/post/1716860/


All Articles