System under test
From HandWiki
System under test (SUT) refers to a system that is being tested for correct operation. According to ISTQB it is the test object.[1][2][3] From a unit testing perspective, the system under test represents all of the classes in a test that are not predefined pieces of code like stubs or even mocks. Each one of this can have its own configuration (a name and a version), making it scalable for a series of tests to get more and more precise, according to the quantity of quality of the system in test.
See also
References
- ↑ "ISTQB Glossary". http://glossary.istqb.org/search/test%20object. Retrieved 2018-02-05.
- ↑ "Don't Stub the System Under Test". https://robots.thoughtbot.com/don-t-stub-the-system-under-test. Retrieved 2018-02-05.
- ↑ "SUT (system under test)" (in de). https://www.itwissen.info/SUT-system-under-test.html. Retrieved 2021-02-24.
External links
- xUnit Patterns SUT
- 6 goldene Regeln der Testautomatisierung im Softwaretest (in German)
- Test Procedure for §170.314(c) Clinical quality measures
Original source: https://en.wikipedia.org/wiki/System under test.
Read more |