Presentation is loading. Please wait.

Presentation is loading. Please wait.

Importance of testing Difference between Errors and Faults The purpose of test data Importance of: – Testing – Test Plans.

Similar presentations


Presentation on theme: "Importance of testing Difference between Errors and Faults The purpose of test data Importance of: – Testing – Test Plans."— Presentation transcript:

1

2 Importance of testing Difference between Errors and Faults The purpose of test data Importance of: – Testing – Test Plans

3 Whenever a system has been implemented it needs to be thoroughly tested to ensure it works. The amount of testing that takes place depends on the system: – A system which monitors nuclear reactions in a power station needs to be more thoroughly tested compared to a simple stock take system, for example. In any case, all new systems should be tested using a particular procedure.

4 A testing procedure is created which forms a test plan. Through testing you can establish: – That the new system meets the end-user’s requirements. – That the new system processes data and outputs correct results. Testing can also help boost the confidence of the end- user’s. If they know the system has worked under testing they will be more confident in using it!

5 It is important to understand the difference between an error and a fault.

6

7

8

9 If your system can minimise human error and doesn’t contain bugs then you could consider it to be a reliable system. Testing ensures that a system is reliable. If testing doesn’t take place then you can’t claim a system is reliable.

10 When a new system is released it often contains bugs that weren’t discovered in testing. The software developers often release a series of patches or updates to address these problems.

11 The data that is selected for testing is really important. There are three types of test data which should be used for each particular thing you are testing: – Normal data – Extreme data – Erroneous (or abnormal) data

12 This is data which is: – Correct – Which should not generate any errors – Data which is likely to be used everyday

13 This is data which is: – Correct – Tests the boundaries of a range For example, data inputted into a field might need to be within a range of 1-100. Two tests should be carried out – Test the input of 1 and test the input of 100.

14 This is data which is: – Incorrect – Outside of boundary tolerances – Making use of incorrect data types – Making use of invalid characters ([? # + \] etc)

15 Test plans need to be created before any testing takes place. These should be well thought out so that all aspects of the system are tested. Test plans should ensure that tests cover: – The requirements – Pathways – Validation Routines – A comparison of the actual performance against the design specification

16 Test #Description of testType of testData usedExpected Result

17 The test plan needs to be detailed enough to allow someone else to look at it and understand what tests took place. Any test which returns an unexpected result will need to be analysed and retested after modifications have taken place.

18 Describe the importance of a test plan. Explain when a test plan needs to be changed? Explain the purpose of test data. Explain the difference between normal, extreme and erroneous test data.


Download ppt "Importance of testing Difference between Errors and Faults The purpose of test data Importance of: – Testing – Test Plans."

Similar presentations


Ads by Google