Accessibility/qa: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Here are some thoughts on what kind of testing we need: | Here are some thoughts on what kind of testing we need: | ||
{| summary="Mozilla accessibility testing needs and possible tools for the job | {| summary="Mozilla accessibility testing needs and possible tools for the job" border="1" cellspacing="1" cellpadding="18" | ||
! Testing need | ! Testing need | ||
! Possible tools as a starting point | ! Possible tools as a starting point | ||
Line 10: | Line 10: | ||
|- | |- | ||
| [http://developer.mozilla.org/en/docs/XUL_accessibility_guidelines XUL] | | [http://developer.mozilla.org/en/docs/XUL_accessibility_guidelines XUL] | ||
| [http://www.xulplanet.com/aaron/files/xultool0.1.xpi WebAIM XUL checker] | | | ||
| [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | * [http://www.xulplanet.com/aaron/files/xultool0.1.xpi WebAIM XUL checker] | ||
| [http://www.mozilla.org/projects/inspector/ DOM Inspector] | * [http://starkravingfinkle.org/blog/xul-explorer/ XUL validator] | ||
| | |||
* [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | |||
* addons.mozilla.org auto review process | |||
| | |||
* [http://www.mozilla.org/projects/inspector/ DOM Inspector] | |||
* [http://starkravingfinkle.org/blog/2006/12/xul-explorer-02/ XUL Explorer] | |||
|- | |- | ||
| [http://developer.gnome.org/doc/API/2.0/atk/ ATK]/[http://developer.gnome.org/doc/API/2.0/at-spi/ AT-SPI] | | [http://developer.gnome.org/doc/API/2.0/atk/ ATK]/[http://developer.gnome.org/doc/API/2.0/at-spi/ AT-SPI] | ||
| [http://people.redhat.com/zcerza/dogtail/ Dogtail] | | | ||
* [http://people.redhat.com/zcerza/dogtail/ Dogtail] | |||
* [http://www.alphaworks.ibm.com/tech/raven RAVEN] | |||
* AT-Poke | |||
* Pypoke | |||
| [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | | [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | ||
| None (use AT-Poke/Pypoke as standalone) | | None (use AT-Poke/Pypoke as standalone) | ||
|- | |- | ||
| [http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2] | | [http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2] | ||
| IA2-Poke | | | ||
* IA2-Poke | |||
* [http://www.alphaworks.ibm.com/tech/raven RAVEN] | |||
| [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | | [http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox Tinderbox]/buildbots | ||
| None (use any of the above as standalone) | | None (use any of the above as standalone) |
Revision as of 22:25, 20 February 2007
The Mozilla accessibility testing strategy is still under development.
Here are some thoughts on what kind of testing we need:
Testing need | Possible tools as a starting point | Possible integration points for automated test tools | Possible integration into interactive dev tools |
---|---|---|---|
XUL |
|
||
ATK/AT-SPI | Tinderbox/buildbots | None (use AT-Poke/Pypoke as standalone) | |
IAccessible2 |
|
Tinderbox/buildbots | None (use any of the above as standalone) |
ARIA | Unknown | Unknown | Firebug, Composer |