{% extends "QAWeb/index.html" %} {% block MainTitle %}{{report.title}}{% endblock %} {% block SecondTitle %}{{report.title}}{% endblock %} {% block topbox %}{% endblock%} {% block desc %} {% endblock %} {% block content %} {% if report %}

{{report.title}}


Created on:   {{report.created_date}} ID:    {{report.tid}} Updated on:   {{report.updated_date}}

{{report.project.project}}   -   {{report.team.team}}

Test Case Written
by

{{report.owner}}




Description

 

Latest State

 

Test Configuration & Setup

{{report.description}}

  {% if report.state.state == "Blocked" %}


{{report.state.state}}

{% endif %} {% if report.state.state == "Passed w/e" %}


{{report.state.state}}

{% endif %} {% if report.state.state == "Passed" %}


{{report.state.state}}

{% endif %} {% if report.state.state == "Failed" %}


{{report.state.state}}

{% endif %} {% if report.state.state != "Failed" and report.state.state != "Passed" and report.state.state != "Passed w/e" and report.state.state != "Blocked"%}


{{report.state.state}}

{% endif %}
 

{{report.configuration}}

{% endif %} {% endblock %}