软件发布之前做评估 缺陷:包括发现的总的缺陷分布趋势、缺陷在不同功能模块中的分布等。例如,总的缺陷分布趋势图。 测试通过率:主要包括计划的测试用例执行进度、通过的测试用例数目、失败的测试用例数目、被阻塞的测试用例数目等,参考值95% 测试覆盖率:包括测试对系统需求的覆盖率、对测试类型的覆盖率,建议1...
分类:
其他好文 时间:
2015-06-28 17:00:31
阅读次数:
92
1、业务背景某业务内容为短文本,5字或200字左右,针对某个专题,有附属属性。
提交人为非专业用户。提交后,专家进行审核,某几个专家针对某个行政区划。对审核不通过的内容,专家会给出修改建议。业务量较大,单次审核周期一般在1~3个工作日。如果能够提高一次通过率,将直接提高系统效率。对于5字左右短文本,如果能够智能审核,减轻专家工作量,也将对系统整体效率带来促进。2、业务分析有几件事情可以做:
分析历...
分类:
其他好文 时间:
2015-05-28 07:07:00
阅读次数:
154
标题:Bitwise AND of Numbers Range通过率:25.7%难度:中等Given a range [m, n] where 0 >=1 9 n>>=110 offset+=111 return m<<offset
分类:
其他好文 时间:
2015-04-23 17:21:34
阅读次数:
173
标题:Rotate List通过率:21.8%难度:中等Given a list, rotate the list to the right bykplaces, wherekis non-negative.For example:Given1->2->3->4->5->NULLandk=2,ret...
分类:
其他好文 时间:
2015-04-17 13:01:12
阅读次数:
94
标题:Gas Station通过率:25.7%难度:中等There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimite...
分类:
其他好文 时间:
2015-04-15 22:46:35
阅读次数:
146
标题:Clone Graph通过率:23.7%难度:中等OJ's undirected graph serialization:Nodes are labeled uniquely.We use#as a separator for each node, and,as a separator for...
分类:
其他好文 时间:
2015-04-12 16:03:28
阅读次数:
143
标题:Anagrams通过率:24.3%难度:中等Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.leetcode没有表述...
分类:
其他好文 时间:
2015-04-10 11:10:26
阅读次数:
116
标题:Simplify Path通过率:20.1%难度:中等Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", ...
分类:
其他好文 时间:
2015-04-09 23:12:36
阅读次数:
172
标题:Number of Islands通过率:22.8%难度:中等Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and...
分类:
其他好文 时间:
2015-04-09 16:50:38
阅读次数:
105
标题:4Sum通过率:21.4%难度:中等Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array wh...
分类:
其他好文 时间:
2015-04-08 21:11:27
阅读次数:
123