0

I'm searching for a framework for running system tests. The requirement are:

  • Able to manage provisioning to multiple physical machine
  • Able to manage provisioning to multiple virtual environments (AWS, Azure, etc)
  • Able to run tests on a given machine be it physical or virtual.
  • Not bound to a single language or platform. We wish to at least test against Linux, Windows at least.

Is there anything that meets those requirements?

Thank you!

X_Trust
  • 111
  • 1

2 Answers2

1

Test Kitchen? Your requirements are huge and vague but it's probably your best bet.

coderanger
  • 1,197
  • 9
  • 11
0

So you are looking for a software which is resource agnostic

  • provision any resource type
  • configure any resource type
  • execute on any resource

I am biased but you can look at some job schedulers. We are currently using ProActive from Activeeon which should answer your needs but other may have similar behaviors.

XYZ123
  • 101
  • 1