Interview Questions

Web Site Testing Checklist - Data Verification

Check List for Software Testing


(Continued from previous question...)

Web Site Testing Checklist - Data Verification


? Is the site's intended use of data clearly depicted to the user?
? Is the Privacy Policy clearly defined and available for user access?
? Is the accuracy of stored data sustained?
? Has data been verified at the workstation?
? Has data been verified at the server?
? Have you ensured that what the user is entering on the workstation is yielding the right information on the server?
? Are you prevented from entering the same information multiple times (order forms, free samples, etc.)?
? Is a unique identifier assigned to each user entering form data?
? Is data that is requested of the user essential to the process for which it is requested? For example do you need a user's date of birth in order to process his book order or are you simply asking for too much user information?
? Can text be entered in numeric fields?
? Can wildcards be used in searches?
? Can spaces and blank values be entered in fields?
? Are long strings accepted?
? Do fields allow for the maximum amount of text to be entered?
? Are the initial values of checkboxes and radio buttons correct?
? Are you restricted to only selecting one radio button in a group at one time?
? Do check boxes trigger the desired event?
? Are users prevented from entering HTML code in form fields?
? Is intelligent error handling built into your data verification? IE. If Date of Birth is a required field MM/DD/YYYY, it is unlikely that the person entering the data was born in 1857.

(Continued on next question...)

Other Interview Questions