As a way to help testers as they are testing new apps as they came, i came up with a series of templates.
The idea is to always to use the general stuff so that dev knows what the general info is and then pick the template you want to use
here they are:
General Information
- General Stuff
- OS:
- Rights:
- What Release(Dev test # or Pre-Release #):
Here is the code for it
<ul><strong>General Stuff</strong> <li>OS: </li> <li>Rights: </li> <li>What Release(Dev test # or Pre-Release #): </li> </ul>
Paf specific Information
main dir
- Problem
- App dir
- Problem
- AppInfo dir
- Problem
- (Appname) dir
- Problem
- Default Data dir
- Problem
- Data dir
- Problem
- Other dir
- Problem
- Help dir
- Problem
- images dir
- Problem
- Source dir
- Problem
- Code
- Problem
Here is the code to make it happen
<strong>main dir</strong> <ul> <li>Problem</li> <li><strong>App dir</strong> <ul> <li>Problem</li> <li><strong>AppInfo dir</strong> <ul> <li>Problem</li> </ul> </li> <li><strong>(Appname) dir</strong> <ul> <li>Problem</li> </ul> </li> <li><strong>Default Data dir</strong> <ul> <li>Problem</li> </ul> </li> </ul> </li> <li><strong>Data dir</strong> <ul> <li>Problem</li> </ul> </li> <li><strong>Other dir</strong> <ul> <li>Problem</li> <li><strong>Help dir</strong> <ul> <li>Problem</li> <li><strong>images dir</strong> <ul> <li>Problem</li> </ul> </li> </ul> <li><strong>Source dir</strong> <ul> <li>Problem</li> <li><strong>Code</strong> <ul> <li>Problem</li> </ul> </li> </ul> </li> </li> </ul> </li> </ul>
Registry entry Information
- Registry Entries Left Behind
- Entry 1
- Entry 2
Once again here is the code
<ul>Registry Entries Left Behind <li>Entry 1</li> <li>Entry 2</li> </ul>
Error logs are exactly like the title
Error Logs
Here is the code:
<strong>Error Logs</strong>
General Errors
- General Errors
- Error 1
- Error 2
Here is the code to do this
<ol>General Errors <li>Error 1</li> <li>Error 2</li> </ol>
Comment with suggestions or ideas
I hope this will made it easier for people to test and comment on apps