前一篇   AcceptanceTests              后一篇   CreatingTestTables http://172.17.205.16:8888/FitNesse.UserGuide. DeliveringTheRightSystem 简介:团队怎么来使用FitNesse

586° /5867 人阅读/0 人点赞/0 条评论


log4j日志级别
曲伟     2011-04-21

其实就是想把日志信息输出关闭了,以提高效率。 简单的把配置文件重命名即可。 日志记录器(Logger)是日志处理的核心组件。 log4j具有5种正常级别(Level)。 日志记录器(Logger)的可用级别Level (不包括自定义级别 Level), 以下内容就是摘自log4j API (http://jakarta.apache.org/log4j/docs/api/index.html ):

441° /4410 人阅读/0 人点赞/0 条评论


ORA-06502
张林     2011-04-21

I have encountered the below error while generate awr report by toad.2.6 Message         : ORA-06502: PL/SQL: numeric or value error: character string buffer to

680° /6808 人阅读/0 人点赞/0 条评论


List of 24 usability testing tools: A Paper and PencilConcept FeedbackChalkmarkClickheatClickTaleClixpyCrazy EggEthnioFeng-GUIFive Second TestFeedback ArmyLoop11Mechanical TurkMoraeOpen HallwaySilverb

460° /4602 人阅读/0 人点赞/0 条评论


spring客户端applicationContext.xml如下所示<bean id="remoteServiceClass" class="org.codehaus.xfire.spring.remoting.XFireClientFactoryBean"> <property name="serviceClass"

590° /5907 人阅读/0 人点赞/0 条评论


前一篇 Test Systems         后一篇     DeliveringTheRightSystem http://172.17.205.16:8888/FitNesse.UserGuide.AcceptanceTests 自动化的验收测试:构建正确的代码 FitNesse自动化验收测试是能够定位残缺需求的强大工具。熟练的

633° /6331 人阅读/0 人点赞/0 条评论


黑盒测试
陈选红     2011-04-20

最近一直在看测试方面的书。关于黑盒测试中的判定表驱动法、正交实验法、功能图法。不是清楚这三种方法,能否帮忙给出简单的或者易懂的说法和实例。

198° /1961 人阅读/0 人点赞/2 条评论


电汇SWIFT代码
张林     2011-04-20

SWIFT is the Society for Worldwide Interbank Financial Telecommunicationhttp://www.dsforex.com/class/swiftcode/ccb.html 如果在银行查不到swift的可到这里查: http://www.swift.com/biconline/index.cfm 查寻方法:点击页面上面中间的 BI

537° /5371 人阅读/0 人点赞/0 条评论


1.随机抽取记录 ——随机抽取5条记录: select * from (select * from qotest order by dbms_random.random) where rownum<=5  select * from qotest sample(10) where rownum<=5 select * from 表名 sample(10) 别名 where&n

440° /4396 人阅读/0 人点赞/1 条评论


The retrieve DataTable.Value operation failed. Specify the parameter using a text string or numerical index value. 已知datatable里面的值是“1” 求助。

427° /4267 人阅读/1 人点赞/1 条评论