{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Add TestCase to TestRun{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}

Add TestCase(s) to {{ test_run.summary }}

Build {{ test_run.build }}
Manager {{ test_run.manager.username }}
Test Plan {{ test_run.plan.name }} All Confirmed Cases {{ confirmed_cases_count }}
Test Cases in Run {{ test_case_runs_count }}
Cases in this Run: {{ test_case_runs_count }} How to Assign case?
{% for test_case in confirmed_cases %} {% endfor %}
ID Test Case Summary Author Created Date Category Priority Selected
{# Hide the check box when it is in the exist_case_runs, and remove it from form submitation #} {{ test_case.case }} {{ test_case.case__summary }} {{ test_case.case__author__username }} {{ test_case.case__create_date }} {{ test_case.case__category__name }} {{ test_case.case__priority__value }}
{% endblock %}