Home
>> ...
{% if testplan %}
>> {{ testplan.plan_id }}: {{ testplan.name }}
{% endif %}
>> {{ testcase.case_id }}: {{ testcase.summary }}
>> View edit history
Test Case History
Text Version | Modified Date | Changed By |
---|---|---|
{{ text.case_text_version }} | {{ text.create_date }} | {{ text.author__email }} |
{% for text in text_to_show %}
SETUP:
{{ text.setup|safe }}
ACTION:
{{ text.action|safe }}
EXPECTED RESULT:
{{ text.effect|safe }}
BREAKDOWN:
{{ text.breakdown|safe }}
{% endfor %}
|