• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

为什么测试全覆盖很难?

发布: 2007-5-05 18:06 | 作者: 网络转载 | 来源: 转载 | 查看: 52次 | 进入软件测试论坛讨论

领测软件测试网

正面观点:100%的覆盖是可以的,为什么呢?看下面的代码:


我们有这样的一个方法:

public int getAccount(){
return 999;
}

这样的方法走一次就可以了,你只要执行它(System.out.pringln(xxx.getAccount()))它就会乖乖的返回999,测试一次自然100%覆盖,看我说的对吧!

有一天这个方法忽然变化了:

public int getAccount(int selet){
switch{
  case 1:
    return 1;
    breake;
  case 2:
    return 2;
    breake;
  case 3:
    return 3;
    breake;
  default:
    return 0;
    breake;
}
}

汗,豁出去了我执行四次,哈哈,我也达到了100%的覆盖,我说的还是正确的!

继续,某天雷电辟中了代码,代码立刻膨胀了,现在变成:

public int getAccount(int selet){
switch{
  case 1:
    if (xxx) then{
      return 0;
    }else{
      return 1;
    }
    breake;
  case 2:
    if (xxx) then{
      return 0;
    }else{
      return 2;
    }
    breake;
  case 3:
    if (xxx) then{
      return 0;
    }else{
      return 3;
    }
    breake;
  ......

  case 9999999:(假如java允许,哈哈)
    if (xxx) then{
      return 0;
    }else{
      return 999999;
    }
    breake;
  default:
    return 0;
    breake;
}
}

可能要做到100%地球都爆炸了,这就是为什么愿望是好的,实现是困难的根源!


延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: 软件测试


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网