邓松软件测试实验指导书(20140907采用)(19)

发布时间:2021-06-11

2)写单元测试代码

package cn.edu.gzhu;

import static org.junit.Assert.*; import org.junit.Test;

public class WordDealUtilTest { }

@Test

public void testWordFormat4DB() { }

String target = "employeeInfo";

String result = WordDealUtil.wordFormat4DB(target);

assertEquals("employee_info", result);

3)进一步完善测试用例

单元测试的范围要全面,如对边界值、正常值、错误值的测试。运用所学的测试用例的设计方法,如:等价类划分法、边界值分析法,对测试用例进行进一步完善。继续补充一些对特殊情况的测试:

//测试当首字母大写时的情况

@Test public void wordFormat4DBegin(){

String target = "EmployeeInfo"; //测试 null 时的处理情况

@Test public void wordFormat4DBNull(){ }

//测试空字符串的处理情况

@Test public void wordFormat4DBEmpty(){ }

String target = "";

String result = WordDealUtil.wordFormat4DB(target);

assertEquals("", result); String target = null;

String result = WordDealUtil.wordFormat4DB(target);

assertNull(result);

邓松软件测试实验指导书(20140907采用)(19).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219