How could you describe System Under Test?

Answer

System Under Test, commonly abbreviated as SUT, defines the environment used during testing activities. This includes both hardware which the system consists of (servers, add-on cards, networking equipment etc.), and the software application itself, which together comprise the whole set of the final system elements.
It is highly recommended to avoid any changes to the system during testing phases, except the changes in tested application itself. Nevertheless, all performed changes have to be documented as part of the software testing lifecycle.