1 / 9

Testing and debugging

Testing and debugging. Test plan test log. Pro forma available from module web site Testing is required for the next three driving tests. Write a description of the item to test. “Age field for staff member.”. Extreme Min(imum).

woods
Télécharger la présentation

Testing and debugging

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Testing and debugging

  2. Test plan test log • Pro forma available from module web site • Testing is required for the next three driving tests

  3. Write a description of the item to test • “Age field for staff member.”

  4. Extreme Min(imum) • The Extreme Min is an example of an excessively small value for the field

  5. Min (Boundary) + - 1 • The Min (Boundary) test data is the smallest acceptable value for the field.

  6. Max (Boundary) + - 1 • The Max (Boundary) is the maximum allowable value for the field.

  7. Mid • Half way between the Max and Min

  8. Extreme Max • This is an extremely large value that hopefully may never occur e.g. +300

  9. Invalid Data Type + Other Tests • We need to generate a few values which are inappropriate for the integer data type e.g.

More Related