Skip to content

Managing Multiple Test Kits

Bill Majurski edited this page Nov 18, 2016 · 4 revisions

Toolkit can manage multiple Test Kits

What is a Test Kit?

A Test Kit is a collection of tests managed by Toolkit. The internal or primary test kit is found inside the WAR file at toolkitx/testkit. Inside the test kit directory is a sub-directory named tests and within in that there is a directory for each test. The test id is used to name the directory.

Why have multiple Test Kits?

Two reasons. First so you can develop and maintain your own local tests. If you have local tests you don't want to loose them when you update the Toolkit installation.

Second is to support Test Kit reconfiguration which is altering the codes used in the tests to match a local Affinity Domain design. This is covered in Configuring Test Kits.

Clone this wiki locally