{{ name }} - Preview

TestSuites: {{ suite_count }} / TestCases: {{ suite | length }} / Get Zentao CSV / Get TestLink XML / Go Back

{% for test in suite %} {% endfor %}
# Suite Title Attributes Steps
{{ loop.index }} {{ test.suite }} 255 %}class="long-name" {% endif %}>{{ test.name }} {% if test.name|length>255 %} Warn: test name might be too long: {{ test.name|length }}! {% endif %}
Priority {{ test.importance }} Priority {{ test.importance }}
{% if test.preconditions %}
PreCond.

Preconditions:
{{ test.preconditions | replace('\n','
') |safe }}

{% endif %} {% if test.summary %}
Summary

Summary:
{{ test.summary | replace('\n','
') |safe }}

{% endif %}
{% if test.steps %}
    {% for step in test.steps %}
  1. {{ step.actions }} {% if step.expectedresults %}
    • {{ step.expectedresults }}
    {% endif %}
  2. {% endfor %}
{% endif %}