Changes between Version 25 and Version 26 of BugReportingGuidelines
- Timestamp:
- 05/29/10 14:09:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BugReportingGuidelines
v25 v26 4 4 5 5 For now we are only taking bugs on: 6 * '''Prod''' (Production): http://haiti.sahanafoundation.org <- Please only test '''real data''' entry here 7 * '''UAT''' (User Acceptance): http://haiti-test.sahanafoundation.org <- For more rigorous system testing before it goes into production 8 * '''Dev''' (Development): http://haiti-dev.sahanafoundation.org <- For previewing new, unreleased, functionality & testing upgrade processes 6 * '''Demo''' (User Acceptance): http://demo.eden.sahanafoundation.org 9 7 10 8 Progression of code will normally be from Dev -> UAT -> Prod 11 9 12 10 '''High Priority Focuses for testing''' 13 * Issues on live Production system 14 * Issues with Hospital and Request systems 11 * Issues on live Production systems 15 12 16 13 '''Testing Coverage''' 17 14 It would be good if the QA team specializes on testing certain modules in the system. More than one person can subscribe for a module and report their test coverage. The TestCases Page helps you with test coverage. Please select an area for testing and add yourself to the page 18 * TestCases page is the main page w ere all testers work off from and handle assignments and coverage15 * TestCases page is the main page where all testers work off from and handle assignments and coverage 19 16 * UAT is a static version for testing before it gets uploaded to production. Please do the majority of your testing here 20 17 * Production testing is done as a result of doing Data Entry - this is the critical path right now as we're still short on data & this is the area which needs to be made more bullet-proof & smooth. Data Entry tasks are being coordinated using this [http://spreadsheets.google.com/ccc?key=0Aq_3OYelM4ZUdHJyc0lUekZLUmEwa3ZSU2dJS3YyWWc&hl=en_GB Google Spreadsheet] 21 * The Dev environment is updated quite regularly, so don't be surprised to see some effects (RMS especially is changing rapidly)18 * The Dev environment is updated quite regularly, so don't be surprised to see some effects 22 19 * The Dev environment has modules activated which are not in production, so log these bugs as Low priority for now: DVI, Vol 23 20 24 2 Trackers being used:25 * [http://trac.sahanapy.org/query?status=accepted&status=assigned&status=new&status=reopened&col=id&col=summary&col=status&col=owner&col=type&col=component&col=resolution&col=reporter&group=priority&order=priority&version=haiti-pydev&report=9 Trac] - easier for users (anonymous people can report bugs)26 * ~~LaunchPad - quicker for Devs, but login required to report~~ - deprecated in favour of Trac27 21 28 22 '''Tips''' 29 * Please check the trackers to see if the bug you are reporting has already been reported ([https://bugs.launchpad.net/sahana LaunchPad] provides a nice interface for this)Please provide full details to reproduce the problem, like the example below. 23 * Please check the trackers to see if the bug you are reporting has already been reported ([https://bugs.launchpad.net/sahana LaunchPad] provides a nice interface for this) 24 * Please provide full details to reproduce the problem, like the example below. 30 25 * Be clear on whether your test is against the Live system (Prod) or the test system (Dev). 31 * Bug Supervisors may wish to check the [https://code.launchpad.net/ ~sahanapy-haiti/sahana/haiti-orCommit Logs] to see if they can see the Bug being fixed.26 * Bug Supervisors may wish to check the [https://code.launchpad.net/sahana-eden/trunk Commit Logs] to see if they can see the Bug being fixed. 32 27 * '''Screenshots''' are good for showing the main problem screen if hard to explain, however, if you get a ticket, then simply the ticket ID would be better than a screenshot, as can simply copy/paste to find the relevant ticket) 33 28 34 '''Bug Priorities''' (a scale for Haiti specifically)35 * Critical - big functionality, stability and data integrity defects in production29 '''Bug Priorities''' 30 * Critical - big functionality, stability and data integrity defects in a Production instance 36 31 * Major - functionality and data integrity defects in UAT only 37 * Minor - UI, Style, Usability defects in prod and UAT32 * Minor - UI, Style, Usability defects 38 33 * Trivial - Data validation defects, Domain defects 39 34 … … 44 39 45 40 Release Version: 46 Sahana r603 (2010-01-24 13:02:53) - You can obtain this from the Help->About menu (http:// haiti.sahanafoundation.org/prod/default/about)41 Sahana r603 (2010-01-24 13:02:53) - You can obtain this from the Help->About menu (http://demo.eden.sahanafoundation.org/eden/default/about) 47 42 48 43 Browser: … … 69 64 Clicking the link results nothing. Converter doesn't appear. 70 65 }}} 71 ----72 [wiki:Haiti]