软件测试复习提纲.pptxVIP

  • 6
  • 0
  • 约1.4千字
  • 约 19页
  • 2017-07-27 发布于湖北
  • 举报
软件测试复习提纲

软件测试基础;软件测试的目的;测试过程;缺陷在何时引入;PIE模型; 黑盒测试;Random Testing;等价类划分的规则;The function int Search(const std::listT one_list, const T element); //The list one_list is empty, return error //Otherwise,return the index of element in one_list //E.g.1: Search({2,3,1},3)=1 //E.g.2: Search({2,3,1},4)=-1 Partitioning According to the position of element in one_list Class 1: element is the first element in one_list Class 2: element is the last element in one_list Class 3: element is neither the first nor the last element in one_list Is It Correct?;The function std::setT intersection(const std::setT s1,

文档评论(0)

1亿VIP精品文档

相关文档