* @package testcase * @version $Id$ * @link http://www.zentao.net */ $bodyClass = 'with-nav-bottom'; ?>
id;?> title;?> version > 1):?>
testcase->precondition;?>
precondition); ?>
testcase->steps;?>
steps as $stepID => $step) { $stepClass = "step-{$step->type}"; if($step->type == 'group' or $step->type == 'step') { $stepId++; $childId = 0; } if($step->type == 'step') $stepClass = 'step-group'; echo ""; echo ""; echo ""; echo ""; echo ""; $childId ++; } ?>
testcase->stepID;?> testcase->stepDesc;?> testcase->stepExpect;?>
$stepId
"; if($step->type == 'item') echo "{$stepId}.{$childId}"; echo nl2br($step->desc) . "
" . nl2br($step->expect) . "
fetch('file', 'printFiles', array('files' => $case->files, 'fieldset' => 'true'));?>