Ver {{ version }}
{{brand_name}}
Test Manager

Anantha

Test Manager

{% if target_icon_url %} {{target_name}} Icon {% endif %}

{{target_name}} {{brand_report_headline}}

{% if user_feedback_per_page %}
Feedback: {{ user_feedback_per_page.user_persona_feedback|length }}
{% endif %} {% if issues_per_page %}
Static: {{ issues_per_page|length }}
{% endif %} {% if ai_exec_results_per_page %}
Dynamic: {{ page_data_per_page.total_dynamic }}   ( {{ num_passed }} / {{ num_failed }} )
{% endif %}
{% if user_feedback_per_page %}

Overall Metrics

Overall Score

{% with ''|ljust:5 as range %} {% for _ in range %} {% endfor %} {% endwith %}

{{ user_feedback_per_page.overall_feedback_summary }}

Visual Design

{% with ''|ljust:5 as range %} {% for _ in range %} {% endfor %} {% endwith %}

{{ user_feedback_per_page.overall_visual_comments }}

Usability

{% with ''|ljust:5 as range %} {% for _ in range %} {% endfor %} {% endwith %}

{{ user_feedback_per_page.overall_usability_comments }}

Content Quality

{% with ''|ljust:5 as range %} {% for _ in range %} {% endfor %} {% endwith %}

{{ user_feedback_per_page.overall_content_comments }}

{% for persona in user_feedback_per_page.user_persona_feedback %}
{{ persona.name }}'s profile

{{ persona.name }}, {{ persona.age }}

{% with ''|ljust:5 as range %} {% for _ in range %} {% endfor %} {% endwith %}

{{ persona.persona_bio }}

{{ persona.biography }}

{{ persona.persona_feedback_summary }}

Actions
    {% for action in persona.page_actions %}
  • {{ action }}
  • {% endfor %}
Suggestions
    {% for suggestion in persona.persona_suggestions %}
  • {{ suggestion }}
  • {% endfor %}
{% endfor %}
{% endif %} {% if issues_per_page %}
{% for issue in issues_per_page %}
{{ issue.tester }}'s profile

{{ issue.tester | capfirst }}

{{ issue.byline }}

{{ issue.bug_title }}

Priority: {{ issue.bug_priority }}/10
Confidence: {{ issue.bug_confidence }}/10
{% for type in issue.bug_type %}
{{ type }}
{% endfor %}
Why is this a bug?

{{ issue.bug_reasoning_why_a_bug }}

Suggested Fix

{{ issue.suggested_fix }}

Why Fix This?

{{ issue.bug_why_fix }}

Route To

{{ issue.what_type_of_engineer_to_route_issue_to }}

{% if issue.possibly_relevant_network_call or issue.possibly_relevant_console_text %}
{% if issue.possibly_relevant_network_call %}
Relevant Network Call
{{ issue.possibly_relevant_network_call }}
{% endif %} {% if issue.possibly_relevant_console_text %}
Console Output
{{ issue.possibly_relevant_console_text }}
{% endif %}
{% endif %}
{% endfor %}
{% endif %} {% if ai_exec_results_per_page %}

Dynamic Check Issues Found by AI Testers

Start Page: {{ label }}

Passed: {{ num_passed }}
Failed: {{ num_failed }}
{% for area, results in ai_exec_results_per_page.items %}
{% with area|lower as area_lower %} {% if area_lower == 'edge' %} {% with 'samantha' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% elif area_lower == 'interesting' %} {% with 'zara' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% elif area_lower == 'basic' %} {% with 'ravi' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% elif area_lower == 'ai_unique' %} {% with 'richard' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% elif area_lower == 'search' %} {% with 'jason' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% elif area_lower == 'forms' %} {% with 'carlos' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% else %} {% with 'aiden' as agent_name %} {{ agent_name }}
{{ agent_name|title }} {{ area|title }} Testing Specialist
{% endwith %} {% endif %} {% endwith %}
{% for result in results %}

{% if result.test_passed %} {% else %} {% endif %} {{ result.test_name }}

{% if result.test_passed %}Passed{% else %}Failed{% endif %}

{{ result.test_description }}

{% for step in result.test_steps %}
Test Step Screenshot
{{ forloop.counter }}
{% endfor %}
Step Details

Select a step to view details

{% for step in result.test_steps %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %}