Preview

06 - Use of Test Data

 1. It is important to try and ‘break’ the program, not simply to to show that it works but that the right values are input.

  FALSE

  TRUE

 2. Typical test data can include:

  Normal Data

  All of the above

  Borderline/extreme data

  Erroneous data

 3. Philip is testing an app to see that it adds up correctly. He enters the numbers '3' and '3'. The numbers are the:

  Test data

  output checks

  CPU additives

  real number input

 4. A test plan is made up of:

  All of the above

  justification

  test data

  expected test outcome

 5. _______________ is data that shold be accepted by the system (e.g. 'John' in a name field)

  Normal Data

  Borderline/extreme data

  Validated data

  Erroneous data

 6. _______________ tests the limit of what should be accepted, i.e just above, just below and actually on the limit.

  Normal Data

  Borderline/extreme data

  Erroneous data

  Validated data

 7. _______________ is data that should cause an error or should be rejected by the system.

  Borderline/extreme data

  Erroneous data

  Validated data

  Normal Data

 8. A field on a form accepts 'title' input as "Miss, Mr, Mrs, and Ms". 'Mz' is entered as test data. This would be ….

  Erroneous data

  Borderline/extreme data

  Validated data

  Normal Data

 9. A staff discount can be applied to all purchases (between 0 and 20%). Test data entered is 20.01. This would be ….

  Normal Data

  Validated data

  Erroneous data

  Borderline/extreme data

 10. The field 'Gender' needs to be tested. The test data 'Male' is entered. This would count asL

  Erroneous data

  Borderline/extreme data

  Normal Data

  Validated data