System under test (SUT)

System under test (SUT) image
The System Under Test, or SUT, is quite simply the specific piece of software, or the particular part of a larger system, that we are currently focusing our testing efforts on. It is the bit that's "in the spotlight" for our current investigation. It can be, but it is fairly rare for a whole system or network to be under test at the same time. 

Defining your SUT clearly is very important. It helps us to scope our testing better and to understand exactly what we are looking to confirm or understand. If you are testing a whole banking application, the SUT might be the entire application, which is a lot. But, if you are just checking if a new feature like "transfer money" works, then the SUT could be that specific transfer module, or even just the API endpoint that handles the transaction. It could be a single function, a particular screen, or even just a set of interactions. This, of course, needs to be supported by some form of regression testing for the rest of the system. 

For us testers, pinpointing the SUT for any given test or scope of testing helps us a lot. It makes sure we are all on the same page about what is actually being tested, which helps in designing relevant test cases, identifying necessary test data, and understanding the boundaries of our investigation. It also helps when reporting bugs, as we can clearly state which part of the system exhibited the unexpected behaviour. It is about being precise with our testing focus, so we know exactly what we are talking about and can communicate it in the best way for the project. 

An SUT can sometimes be referred to as a Product Under Test (PUT). While they, in rare circumstances, can be used interchangeably, more often they are mixed up by mistake. Remember that the SUT is about the scope of what you are testing right now, which might only be one small part of the entire product.
SUT stands for System Under Test. It's a term commonly used in software testing and quality assurance to refer to the specific system, application, or component that is currently being tested. The SUT is the focus of the testing effort. It could be a full software application, a module, a function, or even a hardware system, and can be subjected to different types of testing such as unit testing, integration testing, system testing, and acceptance testing.
Learn how Ally Financial Accelerates Testing With API Simulation image
In financial services and other integration-heavy environments, testing is often blocked by API dependencies. Test data is missing; third party sandboxes are not always reliable; microservices compound the challenge.
Explore MoT
Cincinnati Meetup image
Thu, 26 Jun
come meet testers (like you)
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
Leading with Quality
A one-day educational experience to help business lead with expanding quality engineering and testing practices.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.