{{ test_plan.name }}
Author :
Doc Author/Manager :
Owner :
Product :
Version :
{{ test_plan.product_version.value }}
Plan Type :
{{ test_plan.type.name }}
Environment Group :
{% for env_group in test_plan.env_group.all %}
{{ env_group.name }}
{% endfor %}
{% for env_property in env_properties %}
{{ env_property.property.name }},
{% endfor %}
Reference Link :
{% if test_plan.extra_link %}
{{ test_plan.extra_link }}
{% else %}
None
{% endif %}
Create Time :
{{test_plan.create_date}}
Parent :
{% if test_plan.parent.pk %}
{{ test_plan.parent.pk }}
{% else %}
None
{% endif %}
- Document
- Cases ({{ test_plan.run_case.count }}/{{ test_plan.case.count }})
- Reviewing Cases ({{ test_plan.review_case.count }})
- Runs ({{ test_plan.run.count }})
- Default Components ({{ test_plan.component.count }})
- Attachments ({{ test_plan.attachments.count }})
- Tags ({{ test_plan.tag.count }})
- Log
- Tree View