﻿<?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>博客园-软件测试大本营（Skyline）</title><link>http://www.cnblogs.com/skyline/</link><description /><language>zh-cn</language><lastBuildDate>Thu, 16 Oct 2008 20:17:17 GMT</lastBuildDate><pubDate>Thu, 16 Oct 2008 20:17:17 GMT</pubDate><ttl>60</ttl><item><title>linux中rpm命令</title><link>http://www.cnblogs.com/skyline/archive/2007/06/06/774185.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Wed, 06 Jun 2007 12:48:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/06/06/774185.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/774185.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/06/06/774185.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/774185.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/774185.html</trackback:ping><description><![CDATA[<div><font face=宋体>一、安装 </font></div>
<div><font face=宋体>命令格式： </font></div>
<div><font face=宋体>rpm -i ( or --install) options file1.rpm ... fileN.rpm </font></div>
<div><font face=宋体>参数： </font></div>
<div><font face=宋体>file1.rpm ... fileN.rpm 将要安装的RPM包的文件名 </font></div>
<div><font face=宋体>详细选项： </font></div>
<div><font face=宋体>-h (or --hash) 安装时输出hash记号 (``#'') <br>--test 只对安装进行测试，并不实际安装。<br>--percent 以百分比的形式输出安装的进度。 <br>--excludedocs 不安装软件包中的文档文件 <br>--includedocs 安装文档 <br>--replacepkgs 强制重新安装已经安装的软件包 <br>--replacefiles 替换属于其它软件包的文件<br>--force 忽略软件包及文件的冲突 <br>--noscripts 不运行预安装和后安装脚本 <br>--prefix 将软件包安装到由 指定的路径下<br>--ignorearch 不校验软件包的结构 <br>--ignoreos 不检查软件包运行的操作系统 <br>--nodeps 不检查依赖性关系 <br>--ftpproxy 用 作为 FTP代理 <br>--ftpport 指定FTP的端口号为 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-v 显示附加信息<br>-vv 显示调试信息 <br>--root 让RPM将指定的路径做为"根目录"，这样预安装程序和后安装程序都会安装到这个目录下<br>--rcfile 设置rpmrc文件为 <br>--dbpath 设置RPM 资料库存所在的路径为 </font></div>
<div><font face=宋体>二、删除 </font></div>
<div><font face=宋体>命令格式： </font></div>
<div><font face=宋体>rpm -e ( or --erase) options pkg1 ... pkgN </font></div>
<div><font face=宋体>参数 </font></div>
<div><font face=宋体>pkg1 ... pkgN ：要删除的软件包 </font></div>
<div><font face=宋体>详细选项 </font></div>
<div><font face=宋体>--test 只执行删除的测试<br>--noscripts 不运行预安装和后安装脚本程序 <br>--nodeps 不检查依赖性 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-vv 显示调试信息<br>--root 让RPM将指定的路径做为"根目录"，这样预安装程序和后安装程序都会安装到这个目录下 <br>--rcfile 设置rpmrc文件为 <br>--dbpath 设置RPM 资料库存所在的路径为 </font></div>
<div><font face=宋体>三、升级 </font></div>
<div><font face=宋体>命令格式 </font></div>
<div><font face=宋体>rpm -U ( or --upgrade) options file1.rpm ... fileN.rpm </font></div>
<div><font face=宋体>参数 </font></div>
<div><font face=宋体>file1.rpm ... fileN.rpm 软件包的名字 </font></div>
<div><font face=宋体>详细选项 </font></div>
<div><font face=宋体>-h (or --hash) 安装时输出hash记号 (``#'') <br>--oldpackage 允许"升级"到一个老版本 <br>--test 只进行升级测试 <br>--excludedocs 不安装软件包中的文档文件 <br>--includedocs 安装文档 <br>--replacepkgs 强制重新安装已经安装的软件包<br>--replacefiles 替换属于其它软件包的文件<br>--force 忽略软件包及文件的冲突<br>--percent 以百分比的形式输出安装的进度。<br>--noscripts 不运行预安装和后安装脚本 <br>--prefix 将软件包安装到由 指定的路径下<br>--ignorearch 不校验软件包的结构 <br>--ignoreos 不检查软件包运行的操作系统 <br>--nodeps 不检查依赖性关系 <br>--ftpproxy 用 作为 FTP代理 <br>--ftpport 指定FTP的端口号为 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-v 显示附加信息<br>-vv 显示调试信息 <br>--root 让RPM将指定的路径做为"根目录"，这样预安装程序和后安装程序都会安装到这个目录下<br>--rcfile 设置rpmrc文件为 <br>--dbpath 设置RPM 资料库存所在的路径为 </font></div>
<div><font face=宋体>四、查询 </font></div>
<div><font face=宋体>命令格式： </font></div>
<div><font face=宋体>rpm -q ( or --query) options </font></div>
<div><font face=宋体>参数： </font></div>
<div><font face=宋体>pkg1 ... pkgN ：查询已安装的软件包 </font></div>
<div><font face=宋体>详细选项 </font></div>
<div><font face=宋体>-p (or ``-'') 查询软件包的文件<br>-f 查询属于哪个软件包<br>-a 查询所有安装的软件包<br>--whatprovides 查询提供了 功能的软件包 <br>-g 查询属于 组的软件包<br>--whatrequires 查询所有需要 功能的软件包 </font></div>
<div><font face=宋体>信息选项 </font></div>
<div><font face=宋体>显示软件包的全部标识<br>-i 显示软件包的概要信息<br>-l 显示软件包中的文件列表<br>-c 显示配置文件列表<br>-d 显示文档文件列表 <br>-s 显示软件包中文件列表并显示每个文件的状态<br>--scripts 显示安装、卸载、校验脚本<br>--queryformat (or --qf) 以用户指定的方式显示查询信息<br>--dump 显示每个文件的所有已校验信息 <br>--provides 显示软件包提供的功能<br>--requires (or -R) 显示软件包所需的功能 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-v 显示附加信息<br>-vv 显示调试信息 <br>--root 让RPM将指定的路径做为"根目录"，这样预安装程序和后安装程序都会安装到这个目录下<br>--rcfile 设置rpmrc文件为 <br>--dbpath 设置RPM 资料库存所在的路径为 </font></div>
<div><font face=宋体>五、校验已安装的软件包 </font></div>
<div><font face=宋体>命令格式： </font></div>
<div><font face=宋体>rpm -V ( or --verify, or -y) options </font></div>
<div><font face=宋体>参数 </font></div>
<div><font face=宋体>pkg1 ... pkgN 将要校验的软件包名 </font></div>
<div><font face=宋体>软件包选项 </font></div>
<div><font face=宋体>-p Verify against package file <br>-f 校验所属的软件包<br>-a Verify 校验所有的软件包 <br>-g 校验所有属于组 的软件包 </font></div>
<div><font face=宋体>详细选项 </font></div>
<div><font face=宋体>--noscripts 不运行校验脚本 <br>--nodeps 不校验依赖性<br>--nofiles 不校验文件属性 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-v 显示附加信息<br>-vv 显示调试信息 <br>--root 让RPM将指定的路径做为"根目录"，这样预安装程序和后安装程序都会安装到这个目录下<br>--rcfile 设置rpmrc文件为 <br>--dbpath 设置RPM 资料库存所在的路径为 </font></div>
<div><font face=宋体>六、校验软件包中的文件 </font></div>
<div><font face=宋体>语法： </font></div>
<div><font face=宋体>rpm -K ( or --checksig) options file1.rpm ... fileN.rpm </font></div>
<div><font face=宋体>参数： </font></div>
<div><font face=宋体>file1.rpm ... fileN.rpm 软件包的文件名 </font></div>
<div><font face=宋体>Checksig--详细选项 </font></div>
<div><font face=宋体>--nopgp 不校验PGP签名 </font></div>
<div><font face=宋体>通用选项 </font></div>
<div><font face=宋体>-v 显示附加信息<br>-vv 显示调试信息 <br>--rcfile 设置rpmrc文件为 </font></div>
<font face=宋体>
<div><br>七、其它RPM选项 </div>
<div>--rebuilddb 重建RPM资料库<br>--initdb 创建一个新的RPM资料库 <br>--quiet 尽可能的减少输出<br>--help 显示帮助文件<br>--version 显示RPM的当前版本</font></div>
<img src ="http://www.cnblogs.com/skyline/aggbug/774185.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43036/" target="_blank">[新闻]OpenOffice.org 3.0.0发布</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>linux下面的j2sdk的安装和配置过程! </title><link>http://www.cnblogs.com/skyline/archive/2007/05/29/764031.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Tue, 29 May 2007 07:46:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/05/29/764031.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/764031.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/05/29/764031.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/764031.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/764031.html</trackback:ping><description><![CDATA[<p>一、JDK安装<br>1、RPM in self-extracting file (j2sdk-1_4_2_04-linux-i586.bin, 32.77 MB) 这个是自解压的文件，在linux上安装如下： <br># chmod u+x ./j2sdk-1_4_2_04-linux-i586.bin <br># ./j2sdk-1_4_2_04-linux-i586.bin <br>在按提示输入yes后，jdk被解压到./j2sdk1.4.2_04目录下。为与下面2中JDK安装路径一致，我们进行下列操作,在/usr/java下建立安装路径，</p>
<p>并将文件考到该路径下： <br># mkdir /usr/java <br># cp -fr ./j2sdk1.4.2_04 /usr/java <br>2、RPM in self-extracting file (j2sdk-1_4_2_04-linux-i586-rpm.bin, 32.77 </p>
<p>MB)这个也是一个自解压文件，不过解压后的文件是j2sdk-1_4_2_04-linux-i586-rpm包，执行rpm命令装到linux上就可以了。安装如下： <br>#chmod u+x ./j2sdk-1_4_2_04-linux-i586-rpm.bin <br># ./j2sdk-1_4_2_04-linux-i586-rpm.bin <br># rpm -ivh j2sdk-1_4_2_04-linux-i586-rpm <br>安装软件会将JDK自动安装到 /usr/java/j2sdk1.4.2_04目录下。 </p>
<p>二、配置环境变量 <br>1.修改用户环境变量 <br>假设使用java的用户为 kunp，编辑该用户的.bashrc文件进行环境变量设置。 <br># vi /home/kunp/.bashrc <br>在 .bashrc文件中加入： <br>export JAVA_HOME=/usr/java/j2sdk1.4.2_04 <br>export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JAVA_HOME/jre/lib <br>export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH:$HOMR/bin <br>2.修改所有用户的环境变量 <br># vi /etc/profile <br>在该文件中加入: <br>export JAVA_HOME=/usr/java/j2sdk1.4.2_04 <br>export CLASSPATH=$CLASSPATH:$JAVA_HOME/lib:$JAVA_HOME/jre/lib <br>export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH:$HOMR/bin <br>一定要在CLASSPATH路径中加入$CLASSPATH:</p>
<img src ="http://www.cnblogs.com/skyline/aggbug/764031.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43033/" target="_blank">[新闻]Linux终于迎来了“同等”的Flash播放器</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>RequisitePro SQL SERVER数据库的配置 </title><link>http://www.cnblogs.com/skyline/archive/2007/03/19/679335.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Sun, 18 Mar 2007 23:57:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/19/679335.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/679335.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/19/679335.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/679335.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/679335.html</trackback:ping><description><![CDATA[<p><span>安装好</span><span>Rational RequisitePro</span><span>后，新建立一个</span><span>project</span><span>时，要选择库的类型，可以支持</span><span>MS Access</span><span>、</span><span>SQL SERVER</span><span>和</span><span>oralce</span><span><br></span><span>首先在</span><span>SQL SERVER</span><span>里新建一数据库名为</span><span>&#8221;RequisitePro&#8221;<br></span><span>然后在查询分析器里执行其自带的脚本文件，位置在《</span><span>Rational</span><span>安装目录》</span><span>\requisitepro\database\sqlserver</span><span>目录下，依次执行下列文件<br></span><span>Login and user.sql<br></span><span>Tables and indexes.sql<br></span><span>Triggers.sql<br></span><span>Initial data.sql<br></span><span>在</span><span>RequisitePro</span><span>里新建</span><span>project</span><span>里，选择</span><span>SQL SERVER</span><span>，然后单击</span><span>properties..</span><span>按钮<br><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">单击</span><span lang=EN-US><font face="Times New Roman">config</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">按钮，选择</span><span lang=EN-US><font face="Times New Roman">SERVER</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，单击下一步，输入</span><span lang=EN-US><font face="Times New Roman">login ID</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">和</span><span lang=EN-US><font face="Times New Roman">password,password</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">是</span><span lang=EN-US><font face="Times New Roman">reqpro<br><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">单击下一步，选择改变默认数据库复选框，并选择刚才建立的</span><span lang=EN-US><font face="Times New Roman">RequisitePro</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">数据库，配置完成后，单击</span><span lang=EN-US><font face="Times New Roman">account info</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">按钮，输入</span><span lang=EN-US><font face="Times New Roman">password</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">是</span><span lang=EN-US><font face="Times New Roman">reqpro</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，在</span><span lang=EN-US><font face="Times New Roman">schema</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">中输入</span><span lang=EN-US><font face="Times New Roman">ReqPro</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">，单击</span><span lang=EN-US><font face="Times New Roman">OK</font></span><span style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">完成配置,<span>单击</span><span><font face="Times New Roman">valivade</font></span><span>按钮可以测试一下是否配置成功</span></p>
</span></font></span></span>
<img src ="http://www.cnblogs.com/skyline/aggbug/679335.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43032/" target="_blank">[新闻]百度和讯全财经网正式上线</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>clearquest的package的功能</title><link>http://www.cnblogs.com/skyline/archive/2007/03/18/679053.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Sun, 18 Mar 2007 10:32:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/18/679053.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/679053.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/18/679053.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/679053.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/679053.html</trackback:ping><description><![CDATA[ClearQuest 7.0.0新版本的所有软件包及主要功能:<br>AMBaseActivity&nbsp; &nbsp; &nbsp; &nbsp; 与MS Project Tracker集成时应用<br>AMWorkActivitySchedule&nbsp; &nbsp; &nbsp; &nbsp; 与MS Project Tracker集成应用<br>AMStateTypes&nbsp; &nbsp; &nbsp; &nbsp; UCM集成应用，完成状态匹配<br>ATStateTypes&nbsp; &nbsp; &nbsp; &nbsp; 部署跟踪管理DeploymentTracking<br>Attachments&nbsp; &nbsp; &nbsp; &nbsp; 附件管理<br>AuditTrail&nbsp; &nbsp; &nbsp; &nbsp; 审计跟踪管理<br>BaseCMActivity&nbsp; &nbsp; &nbsp; &nbsp; UCM另一种Activity,生成另一种记录类型<br>BTStateTypes&nbsp; &nbsp; &nbsp; &nbsp; 部署跟踪管理DeploymentTracking<br>BuildTracking&nbsp; &nbsp; &nbsp; &nbsp; 部署跟踪管理DeploymentTracking；<br>CharacterSetValidation&nbsp; &nbsp; &nbsp; &nbsp; 数据/代码页转换<br>ClearCase&nbsp; &nbsp; &nbsp; &nbsp; Base ClearCase集成应用<br>CQTM&nbsp; &nbsp; &nbsp; &nbsp; TestManager 在ClearQuest中的部署应用<br>CrossPlatformSCM&nbsp; &nbsp; &nbsp; &nbsp; 提供跨平台编译（本地的ClearCase与远程Z/OS）<br>Customer&nbsp; &nbsp; &nbsp; &nbsp; 顾客管理<br>DeploymentTracking&nbsp; &nbsp; &nbsp; &nbsp; 部署跟踪管理<br>DTStateTypes&nbsp; &nbsp; &nbsp; &nbsp; 部署跟踪管理DeploymentTracking<br>Email&nbsp; &nbsp; &nbsp; &nbsp; 电子邮件规则管理<br>EnhancementRequest&nbsp; &nbsp; &nbsp; &nbsp; 需求记录<br>eSignature&nbsp; &nbsp; &nbsp; &nbsp; 电子签名管理<br>History&nbsp; &nbsp; &nbsp; &nbsp; 历史记录<br>Notes&nbsp; &nbsp; &nbsp; &nbsp; 注释<br>PQC&nbsp; &nbsp; &nbsp; &nbsp; Purify, Visual Quantify, and Pure-Coverage集成部署<br>Project&nbsp; &nbsp; &nbsp; &nbsp; 项目工程<br>RequisitePro&nbsp; &nbsp; &nbsp; &nbsp; 与Rational ReqPro集成部署应用<br>RequisiteProSupplement&nbsp; &nbsp; &nbsp; &nbsp; Rational ReqPro集成应用<br>Resolution&nbsp; &nbsp; &nbsp; &nbsp; 解决方法<br>TeamTest&nbsp; &nbsp; &nbsp; &nbsp; 与PQC集成应用<br>TPM&nbsp; &nbsp; &nbsp; &nbsp; 与IBM Tivoli集成，完成部署管理<br>UCMPolicyScript&nbsp; &nbsp; &nbsp; &nbsp; UCM集成应用<br>UnifiedChangeManagement&nbsp; &nbsp; &nbsp; &nbsp; ClearCase UCM集成部署应用<br>VisualSourceSafe&nbsp; &nbsp; &nbsp; &nbsp; 与MS VSS集成应用 
<img src ="http://www.cnblogs.com/skyline/aggbug/679053.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43031/" target="_blank">[新闻]微软将于明天召开Blue Hat安全大会</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>软件测试认识的几个误</title><link>http://www.cnblogs.com/skyline/archive/2007/03/17/678099.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Sat, 17 Mar 2007 03:56:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/17/678099.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/678099.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/17/678099.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/678099.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/678099.html</trackback:ping><description><![CDATA[<font face=Verdana>随着软件规模的不断扩大，软件设计的复杂程度不断提高，软件开发中出现错误或缺陷的机会越来越多。同时，市场对软件质量重要性的认识逐渐增强。所以，软件测试在软件项目实施过程中的重要性日益突出。但是，现实情况是，与软件编程比较，软件测试的地位和作用，还没有真正受到重视，对于很多人（甚至是软件项目组的技术人员）还存在对软件测试的认识误区，这进一步影响了软件测试活动的开展和真正提高软件测试质量。<br><br>误区之一：软件开发完成后进行软件测试<br><br>人们一般认为，软件项目要经过以下几个阶段：需求分析，概要设计，详细设计，软件编码，软件测试，软件发布。据此，认为软件测试只是软件编码后的一个过程。这是不了解软件测试周期的错误认识。软件测试是一个系列过程活动，包括软件测试需求分析，测试计划设计，测试用例设计，执行测试。因此，软件测试贯穿于软件项目的整个生命过程。在软件项目的每一个阶段都要进行不同目的和内容的测试活动，以保证各个阶段的正确性。软件测试的对象不仅仅是软件代码，还包括软件需求文档和设计文档。软件开发与软件测试应该是交互进行的，例如，单元编码需要单元测试，模块组合阶段需要集成测试。如果等到软件编码结束后才进行测试，那么，测试的时间将会很短，测试的覆盖面将很不全面，测试的效果也将大打折扣。更严重的是如果此时发现了软件需求阶段或概要设计阶段的错误，如果要修复该类错误，将会耗费大量的时间和人力。<br><br>误区之二：软件发布后如果发现质量问题，那是软件测试人员的错<br><br>这种认识很打击软件测试人员的积极性。软件中的错误可能来自软件项目中的各个过程，软件测试只能确认软件存在错误，不能保证软件没有错误，因为从根本上讲，软件测试不可能发现全部的错误。从软件开发的角度看，软件的高质量不是软件测试人员测出来的，是靠软件生命周期的各个过程中设计出来的。出现软件错误，不能简单地归结为某一个人的责任，有些错误的产生可能不是技术原因，可能来自于混乱的项目管理。应该分析软件项目的各个过程，从过程改进方面寻找产生错误的原因和改进的措施。<br><br>误区之三：软件测试要求不高，随便找个人多都行<br><br>很多人都认为软件测试就是安装和运行程序，点点鼠标，按按键盘的工作。这是由于不了解软件测试的具体技术和方法造成的。随之软件工程学的发展和软件项目管理经验的提高，软件测试已经形成了一个独立的技术学科，演变成一个具有巨大市场需求的行业。软件测试技术不断更新和完善，新工具，新流程，新测试设计方法都在不断更新，需要掌握和学习很多测试知识。所以，具有编程经验的程序员不一定是一名优秀的测试工程师。软件测试包括测试技术和管理两个方面，完全掌握这两个方面的内容，需要很多测试实践经验和不断学习精神。<br><br>误区之四：软件测试是测试人员的事情，与程序员无关<br><br>开发和测试是相辅相成的过程，需要软件测试人员、程序员和系统分析师等保持密切的联系，需要更多的交流和协调，以便提高测试效率。另外，对于单元测试主要应该由程序员完成，必要时测试人员可以帮助设计测试样例。对于测试中发现的软件错误，很多需要程序员通过修改编码才能修复。程序员可以通过有目的的分析软件错误的类型、数量，找出产生错误的位置和原因，以便在今后的编程中避免同样的错误，积累编程经验，提高编程能力。<br><br>误区之五：项目进度吃紧时少做些测试，时间富裕时多做测试<br><br>这是不重视软件测试的表现，也是软件项目过程管理混乱的表现，必然会降低软件测试的质量。一个软件项目的顺利实现需要有合理的项目进度计划，其中包括合理的测试计划，对项目实施过程中的任何问题，都要有风险分析和相应的对策，不要因为开发进度的延期而简单的缩短测试时间、人力和资源。因为缩短测试时间带来的测试不完整，对项目质量的下降引起的潜在风险，往往造成更大的浪费。克服这种现象的最好办法是加强软件过程的计划和控制，包括软件测试计划、测试设计、测试执行、测试度量和测试控制。<br><br>误区之六：软件测试是没有前途的工作，只有程序员才是软件高手<br><br>由于我国软件整体开发能力比较低，软件过程很不规范，很多软件项目的开发都还停留在&#8220;作坊式&#8221;和&#8220;垒鸡窝&#8221;阶段。项目的成功往往靠个别全能程序员决定，他们负责总体设计和程序详细设计，认为软件开发就是编写代码，给人的印象往往是程序员是真正的牛人，具有很高的地位和待遇。因此，在这种环境下，软件测试不受重视，软件测试人员的地位和待遇自然就很低了，甚至软件测试变得可有可无。随着市场对软件质量的不断提高，软件测试将变得越来越重要，相应的软件测试人员的地位和待遇将会逐渐提高。在微软等软件过程比较规范的大公司，软件测试人员的数量和待遇与程序员没有多大差别，优秀测试人员的待遇甚至比程序员还要高。软件测试将会成为一个具有很大发展前景的行业，软件测试大有前途，市场需要更多具有丰富测试技术和管理经验的测试人员，他们同样是软件专家。</font>
<img src ="http://www.cnblogs.com/skyline/aggbug/678099.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43030/" target="_blank">[新闻]超强的支付宝Flash招聘广告</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>Rational工具介绍『转』</title><link>http://www.cnblogs.com/skyline/archive/2007/03/16/677161.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Fri, 16 Mar 2007 05:39:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/16/677161.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/677161.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/16/677161.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/677161.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/677161.html</trackback:ping><description><![CDATA[Rational系列工具贯穿于整个软件开发生命周期，覆盖了分析设计、需求管理、配置管理、测试管理、缺陷管理、功能测试、性能测试、单元测试等方面。以下是一些常用的Rational工具：<br><br>1、Robot&nbsp;&nbsp;用于功能回归测试和性能测试测试脚步的自动生成和手工修改<br>2、TestManager 是一个测试管理工具，其中有测试计划、测试用例、测试执行的管理，性能测试的运行场景在这里部署<br>3、Purfiy 用于白盒测试，测试C、C＋＋、java程序的内存泄漏<br>4、purCoverage&nbsp;&nbsp;代码覆盖测试工具，用于检查测试用例是否完全覆盖了被测试程序、序，或者覆盖率等<br>5、ClearCase&nbsp;&nbsp;配置管理工具<br>6、ClearQuest Bug管理工具和Project集成<br>7、SiteCheck&nbsp; &nbsp;网站连接检查工具，用于检查网站的坏连接，快速实用<br>8、Rose&nbsp;&nbsp;分析设计工具&nbsp;&nbsp;开发设计人员必用的工具<br>9、Rup&nbsp; &nbsp;文档描述，Rational 统一开发过程描述&nbsp; &nbsp;与CMM紧密相关<br><br><font size=2>Rational系列产品大概的介绍<br><br><br>Rational Application Developer for WebSphere Software <br>用于架构和建模、模型驱动开发、组件、组件测试、运行时分析活动的工具。 <br>&nbsp;&nbsp;<br>Rational Professional Bundle <br>提供企业级桌面工具，以便设计、构建和测试J2EE/门户/面向服务的应用程序。 <br>&nbsp;&nbsp;<br>Rational Rose Developer for UNIX <br>提供行业领先的模型驱动开发工具。 <br>&nbsp;&nbsp;<br>Rational Rose Technical Developer <br>一个模型驱动开发解决方案，针对Java、C、C＋＋自动进行从设计到代码的转换。 <br>&nbsp;&nbsp;<br>Rational Rose XDE Developer for Java <br>为基于J2EE 的系统提供完整的可视化设计和开发环境。 <br>&nbsp;&nbsp;<br>Rational Rose XDE Developer for Visual Studio <br>为基于.NET 的系统提供完整的可视化设计和开发环境。 <br>&nbsp;&nbsp;<br>Rational Rose XDE Developer Plus<br>为基于J2EE 和基于.NET 的系统提供可视化设计和开发环境。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational Software Architect <br>利用 UML 为模型驱动开发提供整合设计和开发支持。 <br>Rational Software Modeler <br>支持 UML 可视化建模/设计，从不同的视图编制系统文档。 <br>Rational Suite DevelopmentStudio for UNIX <br>合并屡获殊荣的开发工具，帮助人们更快速地构建更好的软件。 <br>Rational Suite for Technical Developers <br>支持诸如实时和嵌入式技术应用程序的可视化开发。 <br>Rational Web Developer for WebSphere Software <br>简化和加速了 Web、Web 服务和 Java 开发。 <br>&nbsp;&nbsp;<br><br><br>过程和项目管理 <br><br>Rational Portfolio Manager <br>协调优先级、项目和人员。 <br>&nbsp;&nbsp;<br>Rational ProjectConsole <br>提供项目 Web 站点和度量指示板。 <br>&nbsp;&nbsp;<br>Rational SoDA <br>在整个生命周期中自动化软件项目的文档编制工作。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational Suite <br>提供最佳实践、工具和服务的完整而整合的生命周期解决方案。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational SUMMIT Ascendant <br>为交付企业级 IT 项目提供方法库。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational Team Unifying Platform <br>允许公共访问开发资产、需求和过程指导。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational Unified Process <br>经过验证的开发过程，可进行配置以满足您的项目要求。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br><br>需求分析 <br><br>IBM Rational RequisitePro <br>需求和使用案例管理的强大、简便易用的集成产品，有助于促进更全面的通信，增强团队协作和降低项目风险。 <br>&nbsp;&nbsp;<br>IBM Rational Rose Data Modeler <br>数据库设计人员、分析人员、开发人员以及开发小组中的任何人能够协作的可视建模工具，从而能够捕获和共享企业需求，在整个流程中跟踪需求的变化。 <br>&nbsp;&nbsp;<br>IBM Rational Rose XDE Modeler <br>使设计人员能够使用统一建模语言（UML）来进行由模型驱动的开发。用户可以建立与平台无关的软件架构、企业需求、可重复使用的资产和管理级通信模型。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br><br>软件配置管理 <br><br>Rational ClearCase<br>为大中型开发团队提供可靠的、可伸缩的和灵活的软件资产管理。 <br>&nbsp;&nbsp;<br>Rational ClearCase and MultiSite<br>为地域性分布式环境提供完整的软件资产管理。 <br>&nbsp;&nbsp;<br>Rational ClearCase Change Management Solution Enterprise Edition <br>为大中型项目和分布式团队提供集成的软件配置管理。 <br>&nbsp;&nbsp;<br>IBM Rational ClearCase LT <br>为中小型集中项目团队提供可靠的、入门级版本控制思路。&nbsp;&nbsp;<br>&nbsp;&nbsp;<br>Rational ClearCase MultiSite <br>支持跨地域性分布式环境的并行开发方式。 <br>&nbsp;&nbsp;<br>Rational ClearQuest <br>在整个应用程序开发生命周期中提供灵活的缺陷和变更跟踪功能。 <br>&nbsp;&nbsp;<br>Rational ClearQuest and MultiSite <br>为地域性分布式环境提供完整的缺陷和变更跟踪功能。 <br>&nbsp;&nbsp;<br>Rational ClearQuest MultiSite <br>支持整个分布式环境中的缺陷和变更跟踪。 <br><br><br></font><font style="FONT-SIZE: 12px">软件质量 <br><br>Rational Functional Tester<br>对 Java、Web 和基于 VS.NET WinForm 的应用程序进行高级自动化功能测试。 <br>&nbsp;&nbsp;<br>Rational Functional Tester Extension for Terminal-based Applications<br>扩展了Rational Functional Tester，以支持基于终端的应用程序的测试。 <br>&nbsp;&nbsp;<br>Rational Manual Tester<br>使用新测试设计技术来改进人工测试设计和执行工作。 <br>&nbsp;&nbsp;<br>Rational Performance Tester<br>检查可变多用户负载下可接受的应用程序响应时间和可伸缩性。 <br>&nbsp;&nbsp;<br>Rational Purify for Linux and UNIX<br>为 Linux 和 UNIX提供了内存泄漏和内存损坏检测。 <br>&nbsp;&nbsp;<br>Rational Purify for Windows<br>为 Windows 提供了内存泄漏和内存损坏检测。 <br>&nbsp;&nbsp;<br>Rational PurifyPlus 企业版<br>为 Windows、Linux 和 UNIX 提供了运行时分析。 <br>&nbsp;&nbsp;<br>Rational PurifyPlus for Linux and UNIX<br>为 基于 Linux 和 Unix 的 Java 和 C/C++ 开发提供了分析工具集。 <br>&nbsp;&nbsp;<br>Rational PurifyPlus for Windows<br>为基于 Windows的Java、C/C++、Visual Basic 和 托管 .NET 开发提供了运行时分析。 <br>&nbsp;&nbsp;<br>Rational Robot<br>客户机/服务器应用程序的通用测试自动化工具。 <br>&nbsp;&nbsp;<br>Rational TestManager<br>提供开放、可扩展的测试管理。 <br>&nbsp;&nbsp;<br>Rational Test RealTime<br>支持嵌入式和实时的跨平台软件的组件测试和运行时分析。 <br>&nbsp;&nbsp;<br>传统语言和调试工具 <br>Rational Ada Developer<br>为基于 Ada 的应用程序提供集成开发环境</font>
<img src ="http://www.cnblogs.com/skyline/aggbug/677161.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43029/" target="_blank">[新闻]给Netscape的安慰，回首Firefox 4年风雨路</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>如何理解“基线”（Baseline）『转』</title><link>http://www.cnblogs.com/skyline/archive/2007/03/07/666752.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Wed, 07 Mar 2007 06:04:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/07/666752.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/666752.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/07/666752.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/666752.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/666752.html</trackback:ping><description><![CDATA[）代表多个源代码文件的一组版本。 <br><br>比如有三个文件，aaa.c、bbb.c和ccc.h。可以对这三个文件做一个基线，取aaa.c的版本1.1，取bbb.c的版本1.3，取ccc.h的版本1.0。(1.1,1.3,1.0)就是一个基线。换<br>句话说，通常在vss和cvs里面做label，就是在做基线。 <br><br>这种基线对&#8220;构建审计&#8221;特别有用：在做build的时候，可以先对所有源文件做一个label，取名为"Build2394"，然后再编译、集成。这样，以后如果要找到和build 2394对应的原文件，只需要<br>到vss或者cvs里面把所有文件对应label Build2394的版本取回来就可以了。 <br><br>2）代表文档的一个稳定状态。 <br><br>比如有一个项目设计文档，当设计基本完成，开发即将开始的时候，需要把这个文档固定下来，内容不能再频繁改变，否则开发人员就无所适从了，可能导致每个人所参照的文档并不是同一个文档。<br>一个文档如果经过讨论被通过了，被固定了，就可以说这个文档被&#8220;基线化&#8221;了，然后所有人就可以在这个&#8220;基线&#8221;的基础上工作。 <br>当然，文档不可能一成不变，所以当对文档的修改仍然会不断进行，但这种修改并不会随时随地的添加到被&#8220;基线化&#8221;了的文档中去。因为既然是&#8220;基线&#8221;，就不能随便动。 <br>但是到了一定时候，修改积累到一定程度，就需要把很多修改合并到原来的文档中去了，并生成一个新版本的文档作为团队中所有的人的参考标准，并把老的版本淘汰掉。这就叫做&#8220;基线提升&#8221;。 <br><br>以上就是我个人对&#8220;基线&#8221;这个术语的两种不同含义的理解，大家可以讨论讨论看，是不是差不多就是这个意思。 <br>3)合同基线<br>当你和客户讨论后，&#8220;敲定&#8221;的合同<br>4）发行基线<br>你会对你要发行的代码，文档版本进行label, 比如Release2.2,<br>这样，你可以随时取出此版本作build，进行测试，发布。<br><br>5）产品基线<br>当发布时，你会对产品中所有的配置项进行label,包括可执行命令，文档手册，库文件 
<img src ="http://www.cnblogs.com/skyline/aggbug/666752.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43026/" target="_blank">[新闻]微软与开源</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>测试要点总结</title><link>http://www.cnblogs.com/skyline/archive/2007/03/07/666736.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Wed, 07 Mar 2007 05:48:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/07/666736.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/666736.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/07/666736.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/666736.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/666736.html</trackback:ping><description><![CDATA[<div style="FONT-SIZE: 12px">一、 环境配置测试<br>（1） 网络连接是否正常<br>（2） 网络流量负担是否过重<br>（3） 软件测试平台是否可选<br>（4） 如果（3），是否在不同的软件测试平台进行软件测试<br>（5） 所选软件测试平台的版本（包括Service Pack）是否正确<br>（6） 所选软件测试平台的参数设置是否正确<br>（7） 所选软件测试平台上正在运行的其它程序是否会影响测试结果<br>（8） 画面的分辨率和色彩设定是否正确<br><br>二、 代码测试<br>A． 静态测试<br>（1） 同一程序内的代码书写是否为同一风格<br>（2） 代码布局是否合理、美观<br>（3） 程序中函数、子程序块分界是否明显<br>（4） 注释是否符合既定格式<br>（5） 注释是否正确反映代码的功能<br>（6） 变量定义是否正确（长度、类型、存储类型） <br>（7） 是否引用了未初始化变量<br>（8） 数组和字符串的下标是否为整数<br>（9） 的数组和字符串的下标是否在范围内（不&#8220;越界&#8221;）<br>（10） 进行数组的检索及其它操作中，是否会出现&#8220;漏掉一个这种情况&#8221;<br>（11） 是否在应该使用常量的地方使用了变量（例：数组范围检查）<br>（12） 是否为变量赋予不同类型的值<br>（13） （12）的情况下，赋值是否符合数据类型的转换规则<br>（14） 变量的命名是否相似<br>（15） 是否存在声明过，但从未引用或者只引用过一次的变量<br>（16） 在特定模块中所有的变量是否都显式声明过<br>（17） 非（16）的情况下，是否可以理解为该变量具有更高的共享级别<br>（18） 是否为引用的指针分配内存<br>（19） 数据结构在函数和子程序中的引用是否明确定义了其结构<br>（20） 计算中是否使用了不同数据类型的变量<br>（21） 计算中是否使用了不同的数据类型相同但长度不同的变量<br>（22） 赋值的目的变量是否小于赋值表达式的值<br>（23） 数值计算是否会出现溢出（向上）的情况<br>（24） 数值计算是否会出现溢出（向下）的情况<br>（25） 除数是否可能为零<br>（26） 某些计算是否会丢失计算精度<br>（27） 变量的值是否超过有意义的值<br>（28） 计算式的求值的顺序是否容易让人感到混乱<br>（29） 比较是否正确<br>（30） 是否存在分数和浮点数的比较<br>（31） 如果（30），精度问题是否会影响比较<br>（32） 每一个逻辑表达式是否都得到了正确表达<br>（33） 逻辑表达式的操作数是否均为逻辑值<br>（34） 程序中的Begin&#8230;End和Do&#8230;While等语句中，End是否对应<br>（35） 程序、模块、子程序和循环是否能够终止<br>（36） 是否存在永不执行的循环<br>（37） 是否存在多循环一次或少循环一次的情况<br>（38） 循环变量是否在循环内被错误地修改<br>（39） 多分支选择中，索引变量是否能超过可能的分支数<br>（40） 如果（39）,该情况是否能够得到正确处理<br>（41） 子程序接受的参数类型、大小、次序是否和调用模块相匹配<br>（42） 全局变量定义和用法在各个模块中是否一致<br>（43） 是否修改了只作为输入用的参数<br>（44） 常量是否被做为形式参数进行传递<br>B 动态测试<br>（1） 测试数据是否具有一定的代表性<br>（2） 测试数据是否包含测试所用的各个等价类（边界条件、次边界条件、空白、无效）<br>（3） 是否可能从客户那边得到测试数据<br>（4） 非（3）的情况下，所用的测试数据是否具有实际的意义<br>（5） 是否每一组测试数据都得到了执行<br>（6） 每一组测试数据的测试结果是否与预期结果一致<br>（7） 文件的属性是否正确<br>（8） 打开文件语句是否正确<br>（9） 输入/输出语句是否与格式说明书所记述的一致<br>（10） 缓冲区大小与记录长度是否匹配<br>（11） 使用文件前是否已打开了文件<br>（12） 文件结束条件是否存在<br>（13） 产生输入/输出错误时，系统是否进行检测并处理<br>（14） 输出信息中是否存在文字书写错误和语法错误<br>（15） 控件尺寸是否大小适宜<br>（16） 控件颜色是否符合规约<br>（17） 控件布局是否合理、美观<br>（18） 控件TAB顺序是否从左到右，从上到下<br>（19） 数字输入框是否接受数字输入<br>（20） （19）的情况下、数字是否按既定格式显示<br>（21） 数字输入框是否拒绝字符串和&#8220;非法&#8221;数字的输入<br>（22） 组合框是否的能够进行下拉选择<br>（23） 组合框是否能够进行下拉多项选择<br>（24） 对于可添加数据组合框，添加数据后数据是否能够得到正确显示和进行选择<br>（25） 列表框是否能够进行选择<br>（26） 多项列表框是否能够进行多数据项选择<br>（27） 日期输入框是否接受正确的日期输入<br>（28） 日期输入框是否拒绝错误的日期输入<br>（29） 日期输入框在日期输入后是否按既定的日期格式显示日期<br>（30） 单选组内是否有且只有一个单选钮可选<br>（31） 如果单选组内无单选钮可选，这种情况是否允许存在<br>（32） 复选框组内是否允许多个复选框（包括全部可选）可选<br>（33） 如果复选框组内无复选框可选，这种情况是否允许存在<br>（34） 文本框及某些控件拒绝输入和选择时显示区域是否变灰或按既定规约处理<br>（35） 密码输入框是否按掩码的方式显示<br>（36） Cancel之类的按钮按下后，控件中的数据是否清空复原或按既定规约处理<br>（37） Submit之类的按钮按下后，数据是否得到提交或按既定规约处理<br>（38） 异常信息表述是否正确<br>（39） 软件是否按预期方式处理错误<br>（40） 文件或外设不存在的情况下是否存在相应的错误处理<br>（41） 软件是否严格的遵循外设的读写格式<br>（42） 画面文字（全、半角、格式、拼写）是否正确<br>（43） 产生的文件和数据表的格式是否正确<br>（44） 产生的文件和数据表的计算结果是否正确<br>（45） 打印的报表是否符合既定的格式<br>（46） 错误日志的表述是否正确<br>（47） 错误日志的格式是否正确</div>
<img src ="http://www.cnblogs.com/skyline/aggbug/666736.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43026/" target="_blank">[新闻]微软与开源</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>QC数据库恢复，解决SQL孤立用户问题</title><link>http://www.cnblogs.com/skyline/archive/2007/03/07/666242.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Wed, 07 Mar 2007 00:41:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2007/03/07/666242.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/666242.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2007/03/07/666242.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/666242.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/666242.html</trackback:ping><description><![CDATA[在恢复QC9.0、TD8.0过程中会遇到这种情况<br>1、SQL孤立用户：exec sp_change_users_login 'update_one','td','td'<br>2、SQL必须安装SP3补丁<br>3、QC、TD的SQL数据库用户td密码是tdtdtd
<img src ="http://www.cnblogs.com/skyline/aggbug/666242.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43026/" target="_blank">[新闻]微软与开源</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item><item><title>windows2003下php5与apache2简易安装</title><link>http://www.cnblogs.com/skyline/archive/2006/12/15/593364.html</link><dc:creator>软件测试大本营</dc:creator><author>软件测试大本营</author><pubDate>Fri, 15 Dec 2006 07:22:00 GMT</pubDate><guid>http://www.cnblogs.com/skyline/archive/2006/12/15/593364.html</guid><wfw:comment>http://www.cnblogs.com/skyline/comments/593364.html</wfw:comment><comments>http://www.cnblogs.com/skyline/archive/2006/12/15/593364.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/skyline/comments/commentRss/593364.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/skyline/services/trackbacks/593364.html</trackback:ping><description><![CDATA[<p>conf/httpd.conf<br><br>加入下面内容：<br>-----------------------------------------------<br>#user modify<br>#LoadModule php4_module php/sapi/php4apache2.dll<br># LoadFile "e:/Apache/php4ts.dll" <br>LoadFile "f:/php5/php5ts.dll"<br>LoadModule php5_module "f:/php5/php5apache2.dll"<br>SetEnv PHPRC "f:/php5"<br>#AddModule mod_php5.c<br>AddType text/html .shtml<br>AddType application/x-httpd-php .php<br>AddType application/x-httpd-php .php3<br>AddType application/x-httpd-php .php4<br><br>php.ini<br>改动以下内容:<br>-----------------------------------------------<br>把php.ini-dist复制到C:\windows 下改名为 php.ini<br>#修改extension_dir为：<br>extension_dir = "E:/PHP5/ext"<br>#删除extension=php_mysql.dll前的;,以加载php_mysql.dll<br>extension=php_mysql.dll <br>把php目录下的 libmysql.dll 和 libmysqli.dll 复制到windows/system32下。</p>
<img src ="http://www.cnblogs.com/skyline/aggbug/593364.html?type=1" width = "1" height = "1" /><br><br><a href="http://news.cnblogs.com/n/43025/" target="_blank">[新闻]首届中国优秀软件创新大赛正式启动</a><br/><a href="http://www.cnblogs.com" target="_blank">博客园首页</a>&nbsp;<a href="http://space.cnblogs.com" target="_blank">社区</a>&nbsp;<a href="http://news.cnblogs.com" target="_blank">新闻频道</a>&nbsp;<a href="http://space.cnblogs.com/group.htm" target="_blank">小组</a>&nbsp;<a href="http://space.cnblogs.com/q" target="_blank">博问</a>&nbsp;<a href="http://wz.cnblogs.com/" target="_blank">网摘</a>&nbsp;<a href="http://space.cnblogs.com/ing" target="_blank">闪存</a>]]></description></item></channel></rss>