【软件测试】路径覆盖

题目要求:

a) 流程图如下:

b) Consider test cases ti = (n = 3) and t2 = ( n = 5). Although these tour the same prime paths in printPrime(), they don't necessarily find the same faults. Design a simple fault that t2 would be more likely to discover than t1 would

Answer:如果将MAXPRIMES的值设为4那么n=5时可能会出现数组越界的错误。

c) For printPrime(), find a test case such that the corresponding test path visits the edge that connects the beginning of the while statement to the for statement without going through the body of the while loop.

Answer:将n的值设为1

d) Enumerate the test requirements for node coverage, edge coverage,and prime path coverage for the path for printPrimes().

Answer:

点覆盖: {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}

边覆盖:{{1,2},{2,3},{2,12},{3,4},{4,5},{4,11},{5,6},{5,10},{6,7},{7,8},{7,9},{8,2},{9,2},{10,4},{11,7},{12,13},{13,14},{13,16},{14,15},{15,13}}

主路径覆盖:

{{1,2,3,4,5,6,7,8},

{1,2,3,4,5,6,7,9},

{1,2,3,4,5,10},

{1,2,3,4,11,7,8},

{1.2.3.4.11.7.9},

{1,2,12,13,14,15},

{1,2,12,13,16},

{2,3,4,5,6,7,8,2},

{2,3,4,5,6,7,9,2},

{2,3,4,11,7,8,2},

{2,3,4,11,7,9,2},

{3,4,5,6,7,8,2,12,13,14,15},

{3,4,5,6,7,8,2,12,13,16},

{3,4,5,6,7,9,2,12,13,14,15},

{3,4,5,6,7,9,2,12,13,16},

{4,5,10,4},

{4,5,6,7,8,2,3,4},

{4,5,6,7,9,2,3,4},

{4,11,7,8,2,3,4},

{4,11,7,9,2,3,4},

{5,10,4,5},

{5,6,7,8,2,3,4,5},

{5,6,7,9,2,3,4,5},

{6,7,8,2,3,4,5,6},

{6,7,9,2,3,4,5,6},

{7,8,2,3,4,5,6,7},

{7,9,2,3,4,5,6,7},

{7,8,2,3,4,11,7},

{7,9,2,3,4,11,7},

{8,2,3,4,5,6,7,8},

{8,2,3,4,11,7,8},

{9,2,3,4,5,6,7,9},

{9,2,3,4,11,7,9},

{10,4,5,10},

{11,7,8,2,3,4,11},

{11,7,9,2,3,4,11},

{13,14,15,13},

{14,15,13,14},

{15,13,14,15},

}

}

测试代码如下:

测试结果及覆盖路径:

总结:

感谢每一个认真阅读我文章的人!!!

作为一位过来人也是希望大家少走一些弯路,如果你不想再体验一次学习时找不到资料,没人解答问题,坚持几天便放弃的感受的话,在这里我给大家分享一些自动化测试的学习资源,希望能给你前进的路上带来帮助

软件测试面试文档

我们学习必然是为了找到高薪的工作,下面这些面试题是来自阿里、腾讯、字节等一线互联网大厂最新的面试资料,并且有字节大佬给出了权威的解答,刷完这一套面试资料相信大家都能找到满意的工作

相关推荐
waterHBO4 小时前
python 爬虫 selenium 笔记
爬虫·python·selenium
霍格沃兹测试开发学社测试人社区8 小时前
人工智能 | 基于ChatGPT开发人工智能服务平台
软件测试·人工智能·测试开发·chatgpt
chenjingming66613 小时前
windows使用tcpdump.exe工具进行抓包教程
网络·测试工具·tcpdump
大柏怎么被偷了16 小时前
【软件测试】测试的岗位有哪些?
软件测试·测试
XXX-1719 小时前
1.pytest基础知识(默认的测试用例的规则以及基础应用)
软件测试·pytest
小码哥说测试20 小时前
软件测试技术之 GPU 单元测试是什么!
自动化测试·功能测试·测试工具·jmeter·单元测试·集成测试·postman
XXX-171 天前
3.postman脚本语言、接口关联(json引用(变量)、脚本用正则表达式)、断言封装、自动化构造接口请求(Postman工具)
软件测试·接口测试·postman
全能全知者1 天前
不废话简单易懂的Selenium 页面操作与切换
python·selenium·测试工具·网络爬虫
XXX-171 天前
7.Jmeter数据驱动(csv数据文件设置)+Jmeter数据库操作
软件测试·jmeter·接口测试
测试界吖吖2 天前
软件测试 | APP测试 —— Appium 的环境搭建及工具安装教程
自动化测试·软件测试·功能测试·程序人生·职场和发展·appium