You are here:
Ultra Guide
>
Testing Web
>
DifferentTypesSoftwareTestingIndex
>
UnitTesting
(28 Apr 2020,
KellyEverlyHall
)
Edit
Attach
Tags
Unit Testing
What is a Unit Test?
Is a level of software testing where individual units/components of software are tested.
A unit is the
smallest testable part
of any software.
It usually has one (or possibly a few) inputs and a single output.
Function of Unit Tests:
The purpose is to validate that each unit of the software performs as designed.
Unit testing should increase confidence in changing and maintaining code.
Makes code more reusable since this testing validates small chunks of code are functioning as expected.
The more code that is written without being tested, the more paths the developer has to check for errors.
Test Results:
The result of this test are used to decide if a unit is stable enough to proceed with further testing and integration. If it fails, halt and fix bugs.
Unit/Component Example:
Reference(s):
TestingAcronyms
CommonTestingTerms
Index of Testing Types
:
https://ultra.guide/bin/view/Testing/DifferentTypesSoftwareTestingIndex
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew wiki text
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r3 - 28 Apr 2020,
KellyEverlyHall
Testing
PUBLIC WEB
Log In
Register
Toolbox
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Webs
Automation
Main
System
Testing
© 2020 Ultranauts - 75 Broad Street, 2nd Floor, Suite 206, New York, NY 10004 -
info@ultranauts.co