{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Clone Test Case{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home {% if test_plan %} >>Plan: {{ test_plan.plan_id }}: {{ test_plan.name }} {% else %} >> Search Cases {% endif %} >> Clone case

Clone Test Case(s)

{% if test_plan %}
{% endif %}
{% include 'plan/form/filter.html' %}
{% if submit_action %} {{ clone_form.plan.errors }} {% endif %}
{{ form.case_id }}
{{ clone_form.case }}
Case Properties
  • {{ clone_form.copy_case }}
  • {{ clone_form.maintain_case_orignal_author }}
  • {{ clone_form.maintain_case_orignal_default_tester }}
  • {{ clone_form.copy_component }}
  • {{ clone_form.copy_attachment }}
{% endblock %}