QA/Execution/Web Testing/Template: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:
== Browser Testing Matrix ==
== Browser Testing Matrix ==


{| class="fullwidth-table"
We work together with WebDev to support most modern web browsers: [https://wiki.mozilla.org/WebDev:FrontendCodeStandards#Browser_Requirements full list].
!
! Windows XP SP2
! Windows Vista
! Mac
! Linux
|-
| Firefox 2.0.0.
| P1
 
| P1
 
| P1
| P1
|-
|-
| Internet Explorer 7
| P1
| P1
| '''N/A'''
| '''N/A'''
|-
| Internet Explorer 6
| P1
 
| '''N/A'''
 
| '''N/A'''
 
| '''N/A'''
|-
| Opera 9.6
| P2
| P2
| P2
| P2
|-
 
| Safari 3.2.2
| P1
| P1
| P1
| '''N/A'''
|-
|}

Revision as of 22:24, 5 April 2009

Description of Release

Schedule

Implementation Bug / Bugs Fixed

Test Plan (+test cases)

  • Browser-compatibility testing
    • Firefox 3.0.x, 3.x, 2.0.0.x
    • IE 6 / 7
    • Safari 3.2.2
    • Opera 9.6
  • JavaScript-disabled testing
  • Form validation
  • Default focus of textfields
    • Empty submission (null strings)
    • 255-character limits
    • Single-space entry
  • Cookies disabled
    • Deleted mid-session
  • Mouse-over/roll-over effects (buttons, hyperlinks)
  • Basic security testing (XSS)
  • Basic localization
  • Screen resolutions
  • Font size (default, +1, +2, -1, -2)
  • Appropriate page titles
  • YSlow

General Markup Testing

  1. W3C Markup Validation Service online test
    1. (Does CSS/XHTML, etc.)
  2. Broken link checker online test

Accessibility Testing

  1. Cynthia online test
  2. TAW online test

Browser Testing Matrix

We work together with WebDev to support most modern web browsers: full list.