- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://pa11y.org/
- 官方下载: https://github.com/nature/pa11y/releases
软件介绍
pa11y 是自动化可访问性测试工具,在命令行运行 HTML CodeSniffer 来生成程序化可访问性报告。
pa11y nature.com
var pa11y = require('pa11y');
pa11y(options, function (error, test, exit) {
test('nature.com', function (error, results) {
/* ... */
});
});pa11y 要求 Node.js 0.10+ 和 PhantomJS to run.
在 Mac 使用 Homebrew 安装:
$ brew install node $ brew install phantomjs
命令行工具
Usage: pa11y [options] <url> Options: -h, --help output usage information -V, --version output the version number -s, --standard <name> the accessibility standard to use: Section508, WCAG2A, WCAG2AA (default), WCAG2AAA -r, --reporter <reporter> the reporter to use: cli (default), csv, html, json -l, --level <level> the level of message to fail on (exit with code 2): error, warning, notice -i, --ignore <ignore> types and codes of messages to ignore separated by semi-colons -c, --config <path> a JSON config file -p, --port <port> the port to run PhantomJS on -t, --timeout <ms> the timeout in milliseconds -d, --debug output debug messages
软件测试经验与教训
Cem Kaner、James Bach、Bret Pettichord / 机械工业出版社 / 2004-1 / 35.00
本书汇总了293条来自软件测试界顶尖专家的经验与建议,阐述了如何做好测试工作、如何管理测试,以及如何澄清有关软件测试的常见误解,读者可直接将这些建议用于自己的测试项目工作中。这些经验中的每一条都是与软件测试有关的一个观点,观点后面是针对运用该测试经验的方法、时机和原因的解释或例子。 本书还提供了有关如何将本书提供的经验有选择性地运用到读者实际项目环境中的建议,在所有关键问题上所积累的经验,以......一起来看看 《软件测试经验与教训》 这本书的介绍吧!
