{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Clone Test Case{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}

Clone TestCase(s)

{% if test_plan %}
{% endif %}
{{ search_form.pk__in }}
{{ search_form.product }}
{{ search_form.version }}
{{ search_form.type }}
{{ search_form.author__email__startswith }}
{{ search_form.tag__name__in }}
{{ search_form.name__icontains }}
{{ search_form.is_active }}
{% 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 }}
{% endblock %}