I think it about time I started doing documented testing (long overdue).
Im in the process of writing test guidlines for my PHP application and would like to hear your opinions on what should/shoul'nt be included.
Here is the basic outline I have:
Black Box (For me and the users)
Project Details
Project Name
Date
Project Stage
Test Version
Environment
Testers Name
Client Machine
Server Machine
OS
Browser Version
Screen Resolution
User Input Method (keyboard/mouse etc)
Testing Areas
Presentation - Layout
Presentation - Content
Validation - Client Side (JavaScript)
Validation - Server Side (PHP/MySQL)
Functionality - Logic
Functionality - Exceptions
White Box testing has already been done (not much docs there though π). Do any of you have good expereince on writing test documentation ? if so, I would be happy to hear your comments.