Home
EID
Test Case
Time (m)
Error
Comment
{% for item in data %}
{{item[1]}}
{{item[2]}}
{{item[4]}}
{{item[5]}}
{% if (item[3] != "PASS" and item[6] != None) %} {{item[6]}} {% endif %}
{% if (item[3] != "PASS" ) %}
{{item[2]}}
{% if (item[6] == None) %}
User Name
Issue Type
{% endif %}
Comment:
{{item[6]}}
Update
{% endif %}
{% endfor %}