We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What Does "System under Test" Mean?

By Alex Newth
Updated: May 16, 2024
References

"System under test" (SUT) is a broad term that means the programmer, or anyone else, is testing the system in question to make sure it works. This normally is used for error correction, because the programmer should be able to fix any problems that arise during the system-under-test phase. SUT usually is used for an entire program, but it also can be used to test only certain sections of a program. This normally is done after integration testing, which ensures the program can integrate with and install on a computer.

There rarely is a system, commercial or free, that does not become a system under test at some point. This means the programmer or someone else who is trusted to identify errors is using the current version of the program. The program is not finished at this point, so there still may be many changes before the system is ready for deployment. The program also may be scaled back to make it easier for the person to go through the system, though this is not always true.

The main reason for putting a system under test is to check for errors. This normally is done by going through every single function, command, tool and anything else offered by the program. Using the tools in combination with one another also may yield unexpected errors that should be fixed. Most programs have at least one error, which is why SUT often is an important step in the system development process.

Putting the system under test normally involves the entire program, especially the first few times, so the tester can go through every function. If there is only one function that needs to be tested, then the test can be scaled back so only that function is usable. This makes it easier and faster for the tester to check the function to see if the improved programming has fixed the issue.

Integration testing traditionally precedes the system-under-test phase. This is because integration testing is used to see if the program is able to install and properly integrate with the computer. If it is unable to install, then the program usually will not execute, meaning it cannot be used. At the same time, programmers are able to change this normal order around, or completely omit the integration test, though doing so can be a bad idea.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Link to Sources
Discussion Comments
Share
https://www.easytechjunkie.com/what-does-system-under-test-mean.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.