Navigate to list of lectures -- Keyboard shortcut: 'u'  Previous lecture -- Keyboard shortcut: 'p'  Next lecture -- Keyboard shortcut: 'n'  Course home        Alphabetic index  Exit possible frame set        First slide  First annotated slide  Lecture notes - all slides and notes together  Textbook of this lecture      PDF print page        Help page about these notes
Lecture 14

LECTURE 14:
Test of Object-oriented Programs

Kurt Nørmark ©
Department of Computer Science, Aalborg University, Denmark

Title page            Abstract            References from this lecture            Exercises in this lecture            Source programs in this lecture            

A complete PDF version of the text book is now available. The PDF version is an almost complete subset of the HTML version (where only a few, long program listings have been removed). See here.

Page 1Program Testing in GeneralPage 19Unit Test of Object-oriented Programs
Page 2Introduction to Program TestingPage 20Test Units
Page 3Overview of Program TestingPage 21Unit Testing
Page 4TestabilityPage 22A Unit Test example in C# (1)
Page 5Test UtopiaPage 23A Unit Test example in C# (2)
Page 6From Program Test to Program ProofPage 24NUnit for C#
Page 7White Box TestingPage 25NUnit Attributes
Page 8White box testingPage 26NUnit Assertions
Page 9Basis Path TestingPage 27Unit Test Concepts
Page 10Cyclomatic Complexity - flow chartPage 28Another Unit Test example in C#
Page 11Cyclomatic Complexity - flow graphPage 29Unit test of struct Interval
Page 12Cyclomatic Complexity - Metric and Test CasesPage 30Test Scaffolding
Page 13Black Box TestingPage 31The Background and Context of Unit Testing
Page 14Black box testingPage 32Test of Object-oriented programs
Page 15Input to a Black Box TestPage 33Test Driven Development
Page 16Example of Equivalence Partitioning (1)Page 34Unit Test Recommendation
Page 17Example of Equivalence Partitioning (2)Page 35Test Recommendations in your Project
Page 18Regression testing

LENO - LEcture NOtes with LAML technologyGenerated: Monday February 7, 2011, 12:22:50
Program Oriented Web Engineering - using LAML