
C# Programming: Lesson 6. Errors and Testing
This is the sixth in a series of computer science lessons about programming with C# for beginners. In this lesson you will learn about the different types of error an application might contain including syntax errors, runtime errors (also known as exceptions), and logic errors. You will also learn about the importance of testing an application while you are coding it, so called iterative white box testing, and the importance of a full final test when it is complete, so called terminal testing.
Chapters:
00:00 Introduction
00:25 Types of error
00:38 Syntax errors
01:41 Runtime errors/exceptions
02:50 Logic errors
03:15 Iterative white box testing
03:40 Final/terminal testing
03:48 Test planning
04:40 Performing the final test
08:32 Fixing the errors
Chapters:
00:00 Introduction
00:25 Types of error
00:38 Syntax errors
01:41 Runtime errors/exceptions
02:50 Logic errors
03:15 Iterative white box testing
03:40 Final/terminal testing
03:48 Test planning
04:40 Performing the final test
08:32 Fixing the errors
Computer Science
Are you an undergraduate at university studying for a BSc. (Hons) degree in computer science? Perhaps you're studying for an Advanced level, GCSE, or similar qualification in computer science. You may even already be a working computer science professiona...