Add testing procedure

This commit is contained in:
DT Netsolution GmbH 2012-02-06 15:32:56 +01:00
parent 8a224c695f
commit 0a55990f65
2 changed files with 30 additions and 5 deletions

29
Testing.txt Normal file
View File

@ -0,0 +1,29 @@
*** Qualitiymanagement / testing protocol
- Product:
- Name: tmviewer
- Version: xxx
- Release: yyyy
- Environment
- OS: Native windows XP-32Bit installation
- Preinstalled packages: None (also no aio)
- Files used while testing:
File1: http://www.brad.ac.uk/learner-development/media/LearnerDevelopmentUnit/Documents/AcademicSkillsResources/PresentationSkills/Presentation-Practice-Slides-Activity.docx
(http://www.brad.ac.uk/learner-development/resources/study/present/)
- Testing process:
OPSI-action:
- Installation (without dependencies like AIO/Firefox): ok
Result:
- File extensions related to program: ok
- Start menu entry: ok
- Starting/using program: viewer works, File1 is shown correctly: ok
OPSI-action:
- Uninstall
Result:
- File extensions related to program: unrelated: ok
- Start menu entry: none: ok

View File

@ -56,9 +56,5 @@ function commit() {
}
function cleanup() {
echo "Cleanup: output_dir: $OUTPUT_DIR"
# cp -a ${OUTPUT_DIR}/${OPSI_REPOS_FILE_PATTERN}.opsi /tmp/tmviewer.opsi
# chmod 666 /tmp/tmviewer.opsi
# ls -altr /tmp/tmviewer.opsi
builder_cleanup
# builder_cleanup
}