Appearance
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 โ
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.