Skip to content

Test Report โ€‹

The Test Report in TAMI Studio provides a detailed breakdown of each test run, giving you visibility into how your test executed, where it may have failed, and what environment it ran in.

Key Information at a Glance โ€‹

Test Report Summary Screenshot

The Test Report includes the following information:

  • ๐Ÿ†” Test Run ID
  • โœ… Overall status (Passed or Failed)
  • ๐ŸŒ Browser used
  • ๐Ÿ–ฅ๏ธ Screen resolution
  • ๐Ÿงช Selected environment
  • ๐Ÿ•’ Timestamp
  • ๐Ÿงพ List of steps executed

You can view details of a step by select it:

  • ๐Ÿ–ผ๏ธ Screenshots captured at that point in the test
  • โœ… Status of the test step
  • โ— Error details if any
  • ๐Ÿ“„ The corresponding line in your test script
  • ๐Ÿ”„ Returned value for applicable commands, I.getText

This makes it easy to trace the test flow and pinpoint where things went wrong.

Diagnosing Test Failures with TAMI โ€‹

When a test step fails, you can use TAMI, your built-in AI assistant, to diagnose the issue.

TAMI will analyze your test case, script, and test report to identify the cause of the failure, and:

  • ๐Ÿ”ง Suggest a fix for broken test logic, if applicable
  • ๐Ÿž Help you write a bug report to document the issue

This feature helps you resolve problems faster and with more confidence.

TAMI Diagnosis Screenshot