在生成测试时解决类别分区任务

时间:2013-11-13 21:17:00

标签: unit-testing testing functional-testing black-box black-box-testing

我正在努力解决问题很长一段时间,我无法找到解决类别分区问题的正确方法。如果有人设法解释如何继续,我将非常高兴和感激。 好的......这是样本:

Parameters!
Pattern!
 Size:!
 empty [property Empty]!
 single character [property NonEmpty]
 many character [property NonEmpty]
 too long [property NonEmpty]

 Quoting:
 quoted [property quoted]
 not quoted [if NonEmpty]
 improperly quoted [if NonEmpty]

 Embedded blanks:
 no blanks [if NonEmpty]
 one blank [if NonEmpty and Quoted]
 several blanks [if NonEmpty and Quoted]


 Embedded quotes:
 no quotes [if NonEmpty]
 one quote [if NonEmpty and Quoted]
 several quotes [if NonEmpty and Quoted]

 File name:
 good
 no file
 omitted

Environment
 Number of occurrences:


 none [if NonEmpty]
 exactly one [if NonEmpty][property Match]
 more than one [if NonEmpty][property Match]

 Pattern occurrences on target line!
 one [if Match]!
 more than one [if Match]

答案应该是678,但我无法设法得到它......

1 个答案:

答案 0 :(得分:0)

我不明白你的问题。你还没有说什么应该有答案'678'?您指的是此配置将产生的测试帧总数吗?请澄清你的问题。