{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Edit test case - {{ test_case.summary }}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block content_type %} {% endblock %} {% block contents %}
Home {% if test_plan %} >>Plan: {{ test_plan.plan_id }}: {{ test_plan.name }} >>Case: {{ test_case.case_id }}: {{ test_case }} {% else %} >> Case:{{ test_case.case_id }}: {{ test_case }} {% endif %} >> Edit
Edit History
{% csrf_token %}
{{ form.summary }}
{{ form.product }}
{{ form.category }}Add CategoryAfter Add and Refresh page
{{ form.default_tester }}
{{ form.default_tester.errors }}
{{ form.estimated_time }} (eg. 3d 4h 30m)
{{ form.estimated_time.errors }}
{{ form.case_status }}
{{ form.arguments }}
{{ form.arguments.errors }}
{{ form.extra_link }}
{{ form.notes }}
{{ form.notes.errors }}
{% if testplan %}
{{ testplan.product }}

{{ testplan.name }}

{% endif %}
{{ test_case.author }}
{{ test_case.latest_text.author.email }}
{{ test_case.create_date }}
{{ test_case.latest_text.create_date }}
{{ form.is_automated }}
{{ form.is_automated_proposed }} {{ form.is_automated_proposed.label }}
{{ form.is_automated.errors }} {{ form.is_automated_proposed.errors }}
{{ form.requirement }}
{{ form.script }}
{{ form.alias }}
{{ form.priority }}
{{ form.tag }}

Setup

{{ form.setup }}

Actions

{{ form.action }}

Break down

{{ form.breakdown }}

Expected Results

{{ form.effect }}
{{ notify_form.notify_on_case_update }}{{ notify_form.notify_on_case_update.label }} {{ notify_form.notify_on_case_delete }}{{ notify_form.notify_on_case_delete.label }} {{ notify_form.author }}{{ notify_form.author.label }} {{ notify_form.default_tester_of_case }}{{ notify_form.default_tester_of_case.label }} {{ notify_form.managers_of_runs }}{{ notify_form.managers_of_runs.label }} {{ notify_form.default_testers_of_runs }}{{ notify_form.default_testers_of_runs.label }} {{ notify_form.assignees_of_case_runs }}{{ notify_form.assignees_of_case_runs.label }}
{{ notify_form.cc_list }} {{ notify_form.cc_list.help_text }}
{{ form.errors }}{{ notify_form.errors }}
{% if test_plan %} {% endif %}
{% endblock %}