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

From MozillaWiki
Jump to navigation Jump to search
(New page: = Web Test Plan Template = == Description of Release == == Schedule == == Implementation Bug / Bugs Fixed == == Test Plan == == Browser Testing Matrix == {| class="fullwidth-table" !...)
 
No edit summary
 
(81 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Web Test Plan Template =
== Description of Release ==


== Description of Release ==
== Project Homepage ==


== Schedule ==
== Schedule ==
Line 7: Line 7:
== Implementation Bug / Bugs Fixed ==
== Implementation Bug / Bugs Fixed ==


== Test Plan ==
== Test Plan (+test cases)==
 
== Browser Testing Matrix ==


{| class="fullwidth-table"
* HTTP vs. HTTPS
!
* Desktop browser-compatibility testing
! Windows XP SP2
** Firefox 3.5+,
! Windows Vista
** Google Chrome (latest version)
! Mac
** IE (6 -- if needed) / 7 / 8 / 9
! Linux
** Safari 4/5
|-
** Opera 11
| Firefox 1.5.12 + 2.0.0.6
* Mobile browser-compatibility testing
| P1
** Auto-detection/redirection of mobile
** Android (Firefox Mobile)
** Nokia (N900)
* Form/input validation
** Default focus of textfields
** Empty submission (null strings)
** 255-character limits
** Single-space entry
** [http://www.tntbasic.com/learn/help/guides/asciicodesexplained.htm Upper ASCII]
* Cookies disabled
* Mouse-over/roll-over effects (buttons, hyperlinks)
* Basic localization (l10n)
** Auto-detection of locale (change default in Firefox)
** Right-to-left locales with long strings: /fa/, /he/, /ar/
** Greek, German, Italian
* Screen resolutions
** 800x600
** 1024x768
** Higher
* Font size (default, +1, +2, -1, -2)
* Appropriate page titles
* Appropriate error pages
** 404
** 403
** etc.
* Appropriate status codes
** 200
** 301/302
** 404
** 403
* Favicon
* Metrics (usually Webtrends, via a JavaScript-include) are included on the appropriate pages?
* [http://developer.yahoo.com/yslow/ YSlow, ruleset V2]
* CDN integration
* JavaScript-disabled testing


| P1
=== Tools ===


| P1
* Run through https://wiki.mozilla.org/QA/Execution/Web_Testing#Useful_Tools
| P1
|-
|-
| Internet Explorer 7
| P1
| P1
| '''N/A'''
| '''N/A'''
|-
| Internet Explorer 6
| P1


| '''N/A'''
=== Security Testing ===
* Gone through https://wiki.mozilla.org/WebAppSec/Secure_Coding_QA_Checklist


| '''N/A'''
=== Accessibility Testing ===
* Cynthia [http://www.cynthiasays.com/ online test]


| '''N/A'''
== Browser Testing Matrix ==
|-
| Opera 9.23
| P2
| P2
| P2
| P2
|-
 
| Safari 2.0.4
| P1
| P1
| P1
| '''N/A'''
|-
| Flock 0.9
| P2
| P2
| P2
| P2
|}
 
== Test Results ==
 
{| class="fullwidth-table"
!
! Windows XP SP2
! Windows Vista
! Mac
! Linux
|-
| Firefox 1.5.x, 2.0.x
| '''.'''
 
| '''.'''
 
| '''.'''
| '''.'''
|-
|-
| Internet Explorer 7
| '''.''' (certificate error)
| '''.''' (certificate error)
| '''N/A'''
| '''N/A'''
|-
| Internet Explorer 6
| '''.''' (certificate error)
 
| '''N/A'''
 
| '''N/A'''


| '''N/A'''
We work together with WebDev to support most modern web browsers: [https://wiki.mozilla.org/WebDev:FrontendCodeStandards#Browser_Requirements full list].
|-
| Opera 9
| '''.'''
| '''.'''
| '''.'''
| '''.'''
|-


| Safari 2.0.4 / 3.0 beta
| '''.'''
| '''.'''
| '''.'''
| '''.'''
|-
| Flock 0.9
| '''.'''
| '''.'''
| '''.*'''
| '''.'''
|}


== Detailed Test Results ==
[[Category:Wikipage templates]]

Latest revision as of 17:43, 1 October 2014

Description of Release

Project Homepage

Schedule

Implementation Bug / Bugs Fixed

Test Plan (+test cases)

  • HTTP vs. HTTPS
  • Desktop browser-compatibility testing
    • Firefox 3.5+,
    • Google Chrome (latest version)
    • IE (6 -- if needed) / 7 / 8 / 9
    • Safari 4/5
    • Opera 11
  • Mobile browser-compatibility testing
    • Auto-detection/redirection of mobile
    • Android (Firefox Mobile)
    • Nokia (N900)
  • Form/input validation
    • Default focus of textfields
    • Empty submission (null strings)
    • 255-character limits
    • Single-space entry
    • Upper ASCII
  • Cookies disabled
  • Mouse-over/roll-over effects (buttons, hyperlinks)
  • Basic localization (l10n)
    • Auto-detection of locale (change default in Firefox)
    • Right-to-left locales with long strings: /fa/, /he/, /ar/
    • Greek, German, Italian
  • Screen resolutions
    • 800x600
    • 1024x768
    • Higher
  • Font size (default, +1, +2, -1, -2)
  • Appropriate page titles
  • Appropriate error pages
    • 404
    • 403
    • etc.
  • Appropriate status codes
    • 200
    • 301/302
    • 404
    • 403
  • Favicon
  • Metrics (usually Webtrends, via a JavaScript-include) are included on the appropriate pages?
  • YSlow, ruleset V2
  • CDN integration
  • JavaScript-disabled testing

Tools

Security Testing

Accessibility Testing

Browser Testing Matrix

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