This document contains comprehensive notes from Lecture 11 of the CO2401 course on Software Development. The lecture delves into the fundamentals of unit testing, a critical practice for ensuring that individual units of code function as expected in isolation from other components.
University of Central Lancashire Preston (UClan)
Unknown
Software Development (CO2401)
All documents for this subject (20)
Seller
Follow
BpoBpo
Reviews received
Content preview
CO2401: Software Development
Lecture 11
Introduction to Unit Testing
1. What is Unit Testing?
o Unit Testing: Testing individual units of code in isolation to ensure
they work as expected.
o Key Point: If your code under test interacts with other classes or
external systems (e.g., databases), you're performing integration
testing, not unit testing.
o NUnit: A popular unit testing framework for C# that supports
automating unit tests, ensuring they can be run consistently and
repeatedly.
2. Test-Friendly Programming
o Writing code with testing in mind is essential. Use techniques that
make your code easier to test, such as dependency injection and
interfaces.
What is a 'Unit'?
1. Definition
o A Unit is typically considered a "unit of work," which could be a
method, class, or the smallest testable piece of code.
o Example: Testing a method that performs a specific function within
a class.
2. Roy Osherove's Definition
o "A unit of work is the sum of actions that take place between the
invocation of a public method and a single noticeable end result."
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller BpoBpo. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $4.58. You're not tied to anything after your purchase.