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)
Onbekend
Software Development (CO2401)
Alle documenten voor dit vak (20)
Verkoper
Volgen
BpoBpo
Ontvangen beoordelingen
Voorbeeld van de inhoud
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."
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper BpoBpo. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €4,31. Je zit daarna nergens aan vast.