欢迎来到天天文库
浏览记录
ID:56785771
大小:40.50 KB
页数:7页
时间:2020-07-11
《NEXTDATE函数黑盒测试.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、NextDate函数黑盒测试1测试程序源代码#includeusingnamespacestd;voidNextDate(intyear,intmonth,intday);voidmain(){intyear=0,month=0,day=0;NextDate(year,month,day);}voidNextDate(intyear,intmonth,intday){cout<<"请输入年份:"<>year;while(!(year>=1811&&year<=2013)){
2、cout<<"年份超过界限,请重新输入"<>year;}cout<<"请输入月份:"<>month;while(month>12
3、
4、month<1){cout<<"月份输入有误,请重新输入"<>month;}cout<<"请输入日期:"<>day;while(day>31
5、
6、day<1){cout<<"日期输入有误,请重新输入"<>day;}if((year%4==0&&year%100!=0)
7、
8、(year%40
9、0==0))//检查闰年;{inti=0;i=day-29;while(month==2&&i>0){cout<<"本月是闰月,请在1-29之间从新输入日期"<>day;}if(month==2&&day==29){month=3;day=1;}elseday++;}elseday++;//月底计算;switch(month){case1:case3:case5:case7:case8:case10:if(day==32){month++;day=1;cout<<"明天是:"<10、/'<11、ay=1;cout<<"明天是:"<2012输入月份⑵1<=月份<=12⑼月<1⑽月>12输入日期⑶1<=日期<=31⑾日期<1⑿日期>31输入类型⑷输入为int型⒀除int型外的任意输入输入为闰年⑸输入12、2月29日⒁输入为闰年2月30日输入为平年⑹输入2月28日⒂输入2月29日3测试执行情况与记录测试用例编号输入输出覆盖等价类11988/2/31988/2/4⑴⑵⑶⑷22000/2/292000/3/1⑸32001/2/282001/3/1⑹4100/1/23年份输入有误,请重新输入⑺52300/3/2年份输入有误,请重新输入⑻61912/0/3月份输入有误,请重新输入⑼71927/90/3月份输入有误,请重新输入⑽81856/3/-21日期输入有误,请重新输入⑾91872/3/43日期输入有误,请重新输入⑿1013、Dasd@#¥%asdasdasd&……%ffgwgrwgrerhsxcvxfgdfg程序进入死循环⒀112000/2/30本月是闰月,请在1-29之间从新输入日期⒁122001/2/292001/2/30⒂#includeusingnamespacestd;voidNextDate(intyear,intmonth,intday);voidmain(){intyear=0,month=0,day=0;NextDate(year,month,day);}voidNextDate(intyear14、,intmonth,intday){cout<<"请输入年份:"<>year;while(!(year>1811&&year<2013)){cout<<"年份超过界限,请重新输入"<>year;}cout<<"请输入月份:"<>month;while(month>1215、16、month<1){cout<<"月份输入有
10、/'<11、ay=1;cout<<"明天是:"<2012输入月份⑵1<=月份<=12⑼月<1⑽月>12输入日期⑶1<=日期<=31⑾日期<1⑿日期>31输入类型⑷输入为int型⒀除int型外的任意输入输入为闰年⑸输入12、2月29日⒁输入为闰年2月30日输入为平年⑹输入2月28日⒂输入2月29日3测试执行情况与记录测试用例编号输入输出覆盖等价类11988/2/31988/2/4⑴⑵⑶⑷22000/2/292000/3/1⑸32001/2/282001/3/1⑹4100/1/23年份输入有误,请重新输入⑺52300/3/2年份输入有误,请重新输入⑻61912/0/3月份输入有误,请重新输入⑼71927/90/3月份输入有误,请重新输入⑽81856/3/-21日期输入有误,请重新输入⑾91872/3/43日期输入有误,请重新输入⑿1013、Dasd@#¥%asdasdasd&……%ffgwgrwgrerhsxcvxfgdfg程序进入死循环⒀112000/2/30本月是闰月,请在1-29之间从新输入日期⒁122001/2/292001/2/30⒂#includeusingnamespacestd;voidNextDate(intyear,intmonth,intday);voidmain(){intyear=0,month=0,day=0;NextDate(year,month,day);}voidNextDate(intyear14、,intmonth,intday){cout<<"请输入年份:"<>year;while(!(year>1811&&year<2013)){cout<<"年份超过界限,请重新输入"<>year;}cout<<"请输入月份:"<>month;while(month>1215、16、month<1){cout<<"月份输入有
11、ay=1;cout<<"明天是:"<2012输入月份⑵1<=月份<=12⑼月<1⑽月>12输入日期⑶1<=日期<=31⑾日期<1⑿日期>31输入类型⑷输入为int型⒀除int型外的任意输入输入为闰年⑸输入
12、2月29日⒁输入为闰年2月30日输入为平年⑹输入2月28日⒂输入2月29日3测试执行情况与记录测试用例编号输入输出覆盖等价类11988/2/31988/2/4⑴⑵⑶⑷22000/2/292000/3/1⑸32001/2/282001/3/1⑹4100/1/23年份输入有误,请重新输入⑺52300/3/2年份输入有误,请重新输入⑻61912/0/3月份输入有误,请重新输入⑼71927/90/3月份输入有误,请重新输入⑽81856/3/-21日期输入有误,请重新输入⑾91872/3/43日期输入有误,请重新输入⑿10
13、Dasd@#¥%asdasdasd&……%ffgwgrwgrerhsxcvxfgdfg程序进入死循环⒀112000/2/30本月是闰月,请在1-29之间从新输入日期⒁122001/2/292001/2/30⒂#includeusingnamespacestd;voidNextDate(intyear,intmonth,intday);voidmain(){intyear=0,month=0,day=0;NextDate(year,month,day);}voidNextDate(intyear
14、,intmonth,intday){cout<<"请输入年份:"<>year;while(!(year>1811&&year<2013)){cout<<"年份超过界限,请重新输入"<>year;}cout<<"请输入月份:"<>month;while(month>12
15、
16、month<1){cout<<"月份输入有
此文档下载收益归作者所有