Changes between Version 25 and Version 26 of BugReportingGuidelines


Ignore:
Timestamp:
05/29/10 14:09:19 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BugReportingGuidelines

    v25 v26  
    44
    55For 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
    97
    108Progression of code will normally be from Dev -> UAT -> Prod
    119
    1210'''High Priority Focuses for testing'''
    13  * Issues on live Production system
    14  * Issues with Hospital and Request systems
     11 * Issues on live Production systems
    1512
    1613'''Testing Coverage'''
    1714It 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 were all testers work off from and handle assignments and coverage
     15 * TestCases page is the main page where all testers work off from and handle assignments and coverage
    1916 * UAT is a static version for testing before it gets uploaded to production. Please do the majority of your testing here
    2017 * 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
    2219 * The Dev environment has modules activated which are not in production, so log these bugs as Low priority for now: DVI, Vol
    2320
    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 Trac
    2721
    2822'''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.
    3025 * 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-or Commit 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.
    3227 * '''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)
    3328
    34 '''Bug Priorities''' (a scale for Haiti specifically)
    35  * Critical - big functionality, stability and data integrity defects in production
     29'''Bug Priorities'''
     30 * Critical - big functionality, stability and data integrity defects in a Production instance
    3631 * Major - functionality and data integrity defects in UAT only
    37  * Minor - UI, Style, Usability defects in prod and UAT
     32 * Minor - UI, Style, Usability defects
    3833 * Trivial - Data validation defects, Domain defects
    3934
     
    4439
    4540Release 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)
     41Sahana r603 (2010-01-24 13:02:53) - You can obtain this from the Help->About menu (http://demo.eden.sahanafoundation.org/eden/default/about)
    4742
    4843Browser:
     
    6964    Clicking the link results nothing. Converter doesn't appear.
    7065}}}
    71 ----
    72 [wiki:Haiti]