[转]Web测试常用辅助测试工具介绍

以前做电子商务和电子支付测试 时,常用到的Web 测试辅助工具 ,希望对大家有所帮助
1 Xenu Link Sleuth
“Xenu链接检测侦探”是被广泛使用的死链接检测工具。可以检测到网页 中的普通链接、图片、框架、插件、背景、样式表、脚本 和java 程序 中的链接。该工具需要下载 安装,不能在线 检测,总体上具有以下特色:
  简单的用户 界面
  重新检查 死链接功能 (避免有的死链接属于暂时性无效)
  报告格式简单,可通过Email报告
  可执行文件 小于1M
  支持SSL网站(https://)
  侦测到重定向URL
  制作网站地图

http://home.snafu.de/tilman/xenulink.html

2 免费在线链接检查工具
http://validator.w3.org/checklink
W3C Link Checker
来源:卖烧烤的鱼的测试博客: http://www.cnblogs.com/mayingbao/archive/2007/03/09/668869.html

3 Web测试辅助工具之微软Internet Explorer Developer Toolbar
简介:主要是基于IE下的一个插件,提供的功能如下:

浏览和修改Web页的文档 对象 模型(DOM)。
通过多种技术 方式定位、选定Web页上的特定元素。
禁止或激活IE设置
查看HTML对象的类名、ID,以及类似链接路径、tab顺序、快捷键等细节。
描绘表格、单元格、图片或选定标签的轮廓。
显示图片象素、大小、路径、替代文字等。
即时重定义浏览器 窗口大小到800x600或自定义大小。
清空浏览器缓存和cookie,被清除项可从所有对象或给定域中选择。
直接访问关联W3C规范参考、IE开发 组blog或其他来源。
显示设计 时标尺,帮助对齐对象。
Overview

The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to:



Explore and modify the document object model (DOM) of a Web page.
Locate and select specific elements on a Web page through a variety of techniques.
Selectively disable Internet Explorer settings.
View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
Outline tables, table cells, images, or selected tags.
Validate HTML, CSS, WAI, and RSS web feed links.
Display image dimensions, file sizes, path information, and alternate (ALT) text.
Immediately resize the browser window to a new resolution.
Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
Display a fully featured design ruler to help accurately align and measure objects on your pages.
Find the style rules used to set specific style values on an element.
View the formatted and syntax colored source of HTML and CSS.

The Developer Toolbar can be pinned to the Internet Explorer browser window or floated separately.

Your feedback is greatly appreciated. Please visit the IE Web Development Forum on MSDN to enter bug reports, comments, and suggestions.

来源:卖烧烤的鱼的测试博客:http://www.cnblogs.com/mayingbao/archive/2007/06/16/785763.html

4 Web测试辅助工具之Mozilla Firefox插件

1 Web Developer
2FireBug
3 View Cookies或 Add & Edit Cookies,
4 Live HTTP Headers
5 Aardvark
6 其它工具,点击这,Mozilla Firefox官方下载

备注:https://addons.mozilla.org/en-US/firefox/recommended

来源:卖烧烤的鱼的测试博客:http://www.cnblogs.com/mayingbao/archive/2006/04/25/384168.html

5 HttpWatch工具简介及使用技巧
  
HttpWatch强大的网页数据 分析工具.集成在Internet Explorer工具栏.包括网页摘要.Cookies管理 .缓存管理.消息头发送/接受.字符查询.POST 数据和目录管理功能.报告输出 HttpWatch 是一款能够收集并显示页页深层信息的软件 。它不用代理服务器 或一些复杂的网络 监控工具,就能够在显示网页同时显示网页请求和回应的日志信息。甚至可以显示浏览器缓存和IE之间的交换信息。集成在Internet Explorer工具栏。

下载地址:http://www.httpwatch.com/
说明:此工具使用技巧,属于自己写的内部文档,目前已修改,可以在下面链接找到^_^
来源:卖烧烤的鱼的测试博客:http://www.cnblogs.com/mayingbao/archive/2007/11/30/978530.html

你可能感兴趣的:(测试工具)