<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>TestFocus焦点测试论坛 - 培训交流区</title>
    <link>http://bbs.testfocus.com.cn/showforum-21.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) TestFocus焦点测试论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Sat, 22 Nov 2008 05:30:47 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>金智知识库管理系统个人版免费下载试用</title>
    <description><![CDATA[***内容隐藏***]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-970.aspx</link>
      <category>培训交流区</category>
      <author>以今天的名义</author>
      <pubdate>2008-2-28 11:31:00</pubdate>
    </item>
    <item>
      <title>软件测试交流群18920986，欢迎大家来聊测试料人生！</title>
    <description><![CDATA[软件测试交流群18920986，欢迎大家来聊测试料人生！]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1324.aspx</link>
      <category>培训交流区</category>
      <author>alansure</author>
      <pubdate>2008-9-17 17:30:00</pubdate>
    </item>
    <item>
      <title>白盒测试三步法</title>
    <description><![CDATA[1） 根据代码的功能，人工设计测试用例进行基本功能测试；
　　2） 统计白盒覆盖率，为未覆盖的白盒单位设计测试用例，实现完整的白盒覆盖，比较理想的覆盖
率是实现100%语句、条件、分支、路径覆盖；
　　3） 自......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1254.aspx</link>
      <category>培训交流区</category>
      <author>8002tacylf</author>
      <pubdate>2008-8-20 11:28:00</pubdate>
    </item>
    <item>
      <title>单元测试思想之白盒测试</title>
    <description><![CDATA[这里所说的白盒测试，是指针对程序的逻辑结构来设计测试用例进行测试。白盒测试用逻辑覆盖率来衡
量测试的完整性。逻辑单位主要有：语句、分支、条件、条件值、条件值组合，路径。语句覆盖就是覆
盖所有的语句，其......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1253.aspx</link>
      <category>培训交流区</category>
      <author>8002tacylf</author>
      <pubdate>2008-8-20 11:22:00</pubdate>
    </item>
    <item>
      <title>白盒测试</title>
    <description><![CDATA[白盒测试(White-box Testing，又称逻辑驱动测试,结构测试)是把测试对象看作一个打开的盒子。利用
白盒测试法进行动态测试时，需要测试软件产品的内部结构和处理过程，不需测试软件产品的功能。白
盒测试又称为结构......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1252.aspx</link>
      <category>培训交流区</category>
      <author>8002tacylf</author>
      <pubdate>2008-8-20 11:05:00</pubdate>
    </item>
    <item>
      <title>白盒测试技术小结</title>
    <description><![CDATA[白盒测试是通过对程序内部结构的分析、检测来寻找问题。
　
　　白盒测试可以把程序看成装在一个透明的白盒子里，也就是清楚了解程序结构和处理过程，检查是
否所有的结构及路径都是正确的，检查软件内部动作是否......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1251.aspx</link>
      <category>培训交流区</category>
      <author>8002tacylf</author>
      <pubdate>2008-8-20 10:59:00</pubdate>
    </item>
    <item>
      <title>不懂编程能学会软件测试吗 ？</title>
    <description><![CDATA[
不懂编程照样能学会测试。


首先，是否需要编程技能与测试人员从事的测试工作种类有极大关系，相信很多人都听过微软曾经 
聘用一名家庭主妇来测试Windows操作系统的故事。实际上，软件测试分为：功能测试、需......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-598.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-6-13 17:07:00</pubdate>
    </item>
    <item>
      <title>思维导图－电子书－下载</title>
    <description><![CDATA[200
]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-210.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-4-28 13:34:00</pubdate>
    </item>
    <item>
      <title>北京行所志－珍贵性能测试资料下载－老徐</title>
    <description><![CDATA[320

附件中包含模板和模板使用说明书！

用途：企业实施信息化应用系统的性能测试之前，使用此模板进行性能测试需求的调研与分析工作，
可以使性能测试的启动工作变得更容易、更顺畅！]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-604.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-6-13 17:26:00</pubdate>
    </item>
    <item>
      <title>单元测试(UNIT TEST)研究报告</title>
    <description><![CDATA[1. 基本概念 
  1）什么是单元测试(Unit Test)？ 
   
  单元测试是在软件开发过程中要进行的最低级别的测试活动，在单元测试活动中，软件的独立单元将在与程序的其他部分相隔离的情况下进行测试。在程序设计过程......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1100.aspx</link>
      <category>培训交流区</category>
      <author>zz0610</author>
      <pubdate>2008-7-15 11:48:00</pubdate>
    </item>
    <item>
      <title>“北京志晟”－软件测试就业培训综合班－第一周教学思维导图</title>
    <description><![CDATA[179]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-206.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-4-28 12:16:00</pubdate>
    </item>
    <item>
      <title>关于测试用例的疑问，求教。</title>
    <description><![CDATA[1、测试用例的状态一般有哪些：目前想到是是“通过、失败、未执行、忽略”
2、测试用例设计和测试用例执行阶段的产出物有和区别？其关系如何？是否存在一一对应的关系？

个人理解：
测试用例设计----使用各类设......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1027.aspx</link>
      <category>培训交流区</category>
      <author>芒子</author>
      <pubdate>2008-6-6 12:48:00</pubdate>
    </item>
    <item>
      <title>“北京志晟”－软件测试就业培训综合班－第二周教学思维导图</title>
    <description><![CDATA[265]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-322.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-5-7 12:35:00</pubdate>
    </item>
    <item>
      <title>焦点测试网－性能测试工具培训课前理解示意图</title>
    <description><![CDATA[81]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-126.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-4-25 20:37:00</pubdate>
    </item>
    <item>
      <title>介绍一下我们的“软件测试培训与实践系统”－最先进的软件测试教学系统：）</title>
    <description><![CDATA[180181183182]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-207.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-4-28 12:26:00</pubdate>
    </item>
    <item>
      <title>免费网络公开讲座：TestNG——下一代软件测试框架及其在企业环境下的应用</title>
    <description><![CDATA[TestNG是根据JUnit 和 NUnit思想而构建的一个测试框架，但是TestNG增加了许多新的功能使得它变得更加强大与容易使用。Process2秉承一贯的对开源及敏捷开发的关注和实践，拟于2008年6月28日与Subversion中文站合作推出......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1025.aspx</link>
      <category>培训交流区</category>
      <author>process2</author>
      <pubdate>2008-5-29 23:07:00</pubdate>
    </item>
    <item>
      <title>金智软件学习流程：性能测试关键基本概念</title>
    <description><![CDATA[***内容隐藏***]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-1003.aspx</link>
      <category>培训交流区</category>
      <author>以今天的名义</author>
      <pubdate>2008-4-9 10:14:00</pubdate>
    </item>
    <item>
      <title>金智软件学习流程：用户接受测试的基本概念</title>
    <description><![CDATA[***内容隐藏***]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-971.aspx</link>
      <category>培训交流区</category>
      <author>以今天的名义</author>
      <pubdate>2008-2-28 12:15:00</pubdate>
    </item>
    <item>
      <title>老徐将尽力将本版块同时打造成“在线测试工作救援中心”</title>
    <description><![CDATA[老徐的版块：
第一个是提供焦点测试网的培训信息，
第二个是为大家提供一个在线交流学习的良好环境，
第三个就是要致力打造一个“在线测试工作救援中心”，当大家在软件测试工作中遇到任何管理上、实施上的问题时......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-226.aspx</link>
      <category>培训交流区</category>
      <author>老徐</author>
      <pubdate>2007-4-29 18:21:00</pubdate>
    </item>
    <item>
      <title>[调查]投票获得免费的培训机会！你对哪方面的培训更感兴趣？</title>
    <description><![CDATA[凡本论坛注册用户，只要在此投票并回复此帖，且用户积分为5以上，即有机会免费获得价值2000元的商务培训或价值1500元的就业培训优惠券，另外还有更多机会获得商务培训半价优惠券（价格以当期培训的市场宣传价格为准）......]]></description>
      <link>http://bbs.testfocus.com.cn/showtopic-270.aspx</link>
      <category>培训交流区</category>
      <author>admin</author>
      <pubdate>2007-5-3 22:40:00</pubdate>
    </item>
  </channel>
</rss>