Software Unit Test
(Redirected from unit test item)
Jump to navigation
Jump to search
A Software Unit Test is a software test item that tests a simple software function.
- Context:
- It can (typically) be referenced during a Software Unit Testing Task.
- It can (typically) be instantiated in a Software Test Code.
- It can follow a Unit Testing Methodology.
- …
- Example(s):
- a Python-based Unit Test, such as:
- …
- a Python-based Unit Test, such as:
- Counter-Example(s):
- See: Method Stub, Mock Object, Software Integration.
References
2020
- (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/unit_testing Retrieved:2020-4-30.
- In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.
2018
- "Python Programming Essentials - M39 - Unit Testing."
- QUOTE: ...