teach-ict.com logo

THE education site for computer science and ICT

1. Testing

Testing is an essential part of software development.

Testing ensures that the program

  • Works correctly without error
  • Meets the needs of the user

testing code

 

Testing needs to be planned ahead of actually writing the code. It also needs to be approached in a disciplined way.

This section will describe the two types of testing - iterative and final testing. It will also consider good testing methods.