Working In a Professional Environment > Unit Testing
2021-9-12 Less than 1 minute
# Working In a Professional Environment > Unit Testing
# What is Software Development Testing?
Testing designed to test the smallest unit of code.
# What are the benefits of Testing in software development?
Peace of mind, Confidence, Efficiency, Documentation, Better Design
# What are some potential drawbacks of Testing in software development?
Time management and development of the tests. It can take time to develop and produce both.