- |
-
- id))
- {
- echo $case->id . html::hidden("id[$key]", $case->id);
- $insert = false;
- }
- else
- {
- echo "{$lang->testcase->new}";
- }
- echo html::hidden("product[$key]", $productID);
- ?>
- |
- title, ENT_QUOTES), "class='form-control'")?> |
-
- branch) and $case->branch !== '') ? $case->branch : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->branch : $branch), "class='form-control chosen'")?> |
-
- module) ? $case->module : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->module : ''), "class='form-control chosen'")?> |
- story) ? $case->story : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->story : ''), "class='form-control chosen'")?> |
- testcase->priList, isset($case->pri) ? $case->pri : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->pri : ''), "class='form-control'")?> |
- testcase->typeList, $case->type, "class='form-control'")?> |
- testcase->stageList, !empty($case->stage) ? $case->stage : ((!empty($case->id) and isset($cases[$case->id])) ? $cases[$case->id]->stage : ''), "multiple='multiple' class='form-control chosen'")?> |
- keywords) ? $case->keywords : "", "class='form-control' autocomplete='off'")?> |
- precondition) ? htmlspecialchars($case->precondition) : "", "class='form-control'")?> |
-
-
-
- $desc):?>
-
-
- |
- |
- |
-
-
-
+
+
+ testcase->module?> |
+ testcase->story?> |
+ testcase->pri?> |
+ testcase->type?> |
+ testcase->stage?> |
+ testcase->keywords?> |
+ testcase->precondition?> |
+
+
+
+ | testcase->stepDesc?> |
+ testcase->stepExpect?> |
+
+
+ |
+ |
+
+