1. To reset the speaker 2. To Connect dual devices at the same time XiaoMi blue tooth earphone successfully connected to dual devices at the same time ...
分类:
其他好文 时间:
2019-03-04 09:15:10
阅读次数:
203
上报设备 1. headset :听筒mic 2. headphone:听筒没有mic 3. Lineout:声音输出没有mic 上报方式 1. 输入子系统: 可上报输入事件 上报开关事件 2. switch state:uevent 编写输入系统驱动 1. 分配input_dev; 2. 设置: ...
分类:
其他好文 时间:
2018-09-26 01:15:05
阅读次数:
168
1.测试链接:http://www.cnblogs.com/lucerner/p/6792939.html 1)测试用例设计表 (1)等价类测试: 输入条件 有效等价类 无效等价类 耳机销售量 Headphone>=0(1) Headphone<0 ||存在非整数字符 (4) 手机壳销售量 Shel ...
分类:
其他好文 时间:
2017-05-28 20:54:39
阅读次数:
212
被测项目源码链接:http://www.cnblogs.com/lkx1995/p/6804122.html 1)被测项目界面 正确输入: 存在未输入 输入不合法: 2)测试用例设计表 等价类 1.headphone!=null 2.shell!=null 3.protector!=null 4.h ...
分类:
其他好文 时间:
2017-05-11 09:21:57
阅读次数:
148
1.开发贴:http://www.cnblogs.com/lingzhiliu/p/6798923.html 2.被测开发界面: 3.等价类表: 输入条件 有效等价类 无效等价类 输入值取值 0<=headphone① 0<=shell② 0<=protctor③ 0>headphone④ 0>sh ...
分类:
其他好文 时间:
2017-05-10 19:51:27
阅读次数:
162
1.类图 2.代码 常量定义: 方法: commission(int headphone,int shell,int protector) mostSale(int headphone,int shell,int protector) diffSale(int headphone,int shell ...
分类:
其他好文 时间:
2017-05-01 20:53:07
阅读次数:
294
设计佣金问题的程序 commission方法是用来计算销售佣金的需求,手机配件的销售商,手机配件有耳机(headphone)、手机壳(Mobile phone shell)、手机贴膜(Cellphone screen protector)三个部件,每个部件单价为:耳机80元,手机壳10元,手机贴膜8 ...
分类:
其他好文 时间:
2017-03-10 22:12:20
阅读次数:
242
需求描述: 设计佣金问题的程序 commission方法是用来计算销售佣金的需求,手机配件的销售商,手机配件有耳机(headphone)、手机壳(Mobile phone shell)、手机贴膜(Cellphone screen protector)三个部件,每个部件单价为:耳机80元,手机壳10元 ...
分类:
其他好文 时间:
2017-03-10 21:59:47
阅读次数:
177
设计佣金问题的程序 commission方法是用来计算销售佣金的需求,手机配件的销售商,手机配件有耳机(headphone)、手机壳(Mobile phone shell)、手机贴膜(Cellphone screen protector)三个部件,每个部件单价为:耳机80元,手机壳10元,手机贴膜8 ...
分类:
其他好文 时间:
2017-03-10 20:26:01
阅读次数:
220
(3)设计佣金问题的程序 commission方法是用来计算销售佣金的需求,手机配件的销售商,手机配件有耳机(headphone)、手机壳(Mobile phone shell)、手机贴膜(Cellphone screen protector)三个部件,每个部件单价为:耳机80元,手机壳10元,手机 ...
分类:
其他好文 时间:
2017-03-10 17:53:24
阅读次数:
170