Your testing consists of three main elements:
• Testing using the performance indicators (within analysis) to prove that your solution does what your client wants it to do.
• Testing through development; this is testing the solution as you develop it.
• Testing during operation; this is using the test plan.
▫ During this section we can test the solution further.
▪ Unit testing – each individual element is tested and then the elements combined are tested to check the data flows properly.
▪ System testing – the whole system is tested.
• User testing – this is where the end user tests the system as though it were in real life to see if everything works as it should.