{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Assign new test run{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home >> ... >> ... >> {{ test_run.run_id }}: {{ test_run.summary }} >> Add test case

{{ test_run.summary }}

Build {{ test_run.build }}
Manager {{ test_run.manager.email }}
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_id }} {{ test_case.summary }} {{ test_case.author__username }} {{ test_case.create_date }} {{ test_case.category__name }} {{ test_case.priority__value }}
{% endblock %}