﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-软件测试+JAVA-随笔分类-WEB测试</title><link>http://www.blogjava.net/Castte/category/17885.html</link><description>-- 新手上路</description><language>zh-cn</language><lastBuildDate>Tue, 27 Feb 2007 21:13:14 GMT</lastBuildDate><pubDate>Tue, 27 Feb 2007 21:13:14 GMT</pubDate><ttl>60</ttl><item><title>Email Address Validation , Email地址验证代码</title><link>http://www.blogjava.net/Castte/archive/2007/01/07/92185.html</link><dc:creator>RedWolf</dc:creator><author>RedWolf</author><pubDate>Sun, 07 Jan 2007 01:25:00 GMT</pubDate><guid>http://www.blogjava.net/Castte/archive/2007/01/07/92185.html</guid><wfw:comment>http://www.blogjava.net/Castte/comments/92185.html</wfw:comment><comments>http://www.blogjava.net/Castte/archive/2007/01/07/92185.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Castte/comments/commentRss/92185.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Castte/services/trackbacks/92185.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Email 地址验证代码及说明&nbsp;&nbsp;<a href='http://www.blogjava.net/Castte/archive/2007/01/07/92185.html'>阅读全文</a><img src ="http://www.blogjava.net/Castte/aggbug/92185.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Castte/" target="_blank">RedWolf</a> 2007-01-07 09:25 <a href="http://www.blogjava.net/Castte/archive/2007/01/07/92185.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HTTP 状态代码及其定义（转载）</title><link>http://www.blogjava.net/Castte/archive/2007/01/04/91768.html</link><dc:creator>RedWolf</dc:creator><author>RedWolf</author><pubDate>Thu, 04 Jan 2007 07:38:00 GMT</pubDate><guid>http://www.blogjava.net/Castte/archive/2007/01/04/91768.html</guid><wfw:comment>http://www.blogjava.net/Castte/comments/91768.html</wfw:comment><comments>http://www.blogjava.net/Castte/archive/2007/01/04/91768.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Castte/comments/commentRss/91768.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Castte/services/trackbacks/91768.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Web服务器响应浏览器或其他客户程序的请求时，其应答一般由以下几个部分组成：一个状态行，几个应答头，一个空行，内容文档。&nbsp;&nbsp;<a href='http://www.blogjava.net/Castte/archive/2007/01/04/91768.html'>阅读全文</a><img src ="http://www.blogjava.net/Castte/aggbug/91768.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Castte/" target="_blank">RedWolf</a> 2007-01-04 15:38 <a href="http://www.blogjava.net/Castte/archive/2007/01/04/91768.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>web应用程序测试方法和测试技术详述</title><link>http://www.blogjava.net/Castte/archive/2006/11/29/84383.html</link><dc:creator>RedWolf</dc:creator><author>RedWolf</author><pubDate>Wed, 29 Nov 2006 09:06:00 GMT</pubDate><guid>http://www.blogjava.net/Castte/archive/2006/11/29/84383.html</guid><wfw:comment>http://www.blogjava.net/Castte/comments/84383.html</wfw:comment><comments>http://www.blogjava.net/Castte/archive/2006/11/29/84383.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Castte/comments/commentRss/84383.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Castte/services/trackbacks/84383.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: web应用程序测试方法和测试技术详述<br>1. 概述<br>l 随着web应用的增多，新的模式解决方案中以web为核心的应用也越来越多， 很多公司各种应用的架构都以B/S及web应用为主，但是有关WEB测试方面的内容并没有相应的总结，所以我在这里对web的测试方法和采用的测试技术进行总结，便于内部交流。<br>l 测试方法尽量涵盖web程序的各个方面，测试技术方面在继承传统测试技术的技术上结合web应用的特点。<br>l 相关的测试和实现技术也有着很大的关系，由于本公司使用J2EE体系，也许例子中只有JAVA平台可以使用，.NET平台测试技术暂时不涉及，如果你有请与我联系。<br>2. 测试方法<br>说明：测试方法的选择取决你的测试策略。<br>l 一般的web测试和以往的应用程序的测试的侧重点不完全相同，基本包括以下几个方面。<br>l 当然圆满的完成测试还要有好的团体和流程等的方方面面的支持，你同样应该对这些方面进行注意。<br>l 有些测试方法设计到了流程，哪些应该在你的测试团队建设中建立。<br>&nbsp;&nbsp;<a href='http://www.blogjava.net/Castte/archive/2006/11/29/84383.html'>阅读全文</a><img src ="http://www.blogjava.net/Castte/aggbug/84383.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Castte/" target="_blank">RedWolf</a> 2006-11-29 17:06 <a href="http://www.blogjava.net/Castte/archive/2006/11/29/84383.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>